ScatterHist m file

  • Follow


Does anybody have Scatterhist function in MATLAB. I have MATLAB version 7.0, that doesn't have scatter hist as in built function. I want it to plot marginals along with scatter plot of the dependent variable.
0
Reply poulomizca (56) 11/29/2009 9:07:06 AM

On this computer I have R2008b.  It doesn't have scatterhist either.  Is that new in one of the R2009 releases?  Or did it come with one of your toolboxes?  What does it do anyway?  Won't scatter() or scatter3() do the job for you?
0
Reply imageanalyst (7596) 11/29/2009 5:40:24 PM


"Image Analyst" <imageanalyst@mailinator.com> wrote in message 
news:heubm7$ogs$1@fred.mathworks.com...
> On this computer I have R2008b.  It doesn't have scatterhist either.  Is 
> that new in one of the R2009 releases?  Or did it come with one of your 
> toolboxes?  What does it do anyway?  Won't scatter() or scatter3() do the 
> job for you?

SCATTERHIST is a function in Statistics Toolbox:

http://www.mathworks.com/access/helpdesk/help/toolbox/stats/scatterhist.html

To the OP:  if you don't have this toolbox, you will not be able to use this 
function.

-- 
Steve Lord
slord@mathworks.com
comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ 


0
Reply slord (13366) 11/30/2009 2:42:03 AM

Steven Lord wrote:

> To the OP:  if you don't have this toolbox, you will not be able to use this 
> function.

It turns out that there's a very similar but somewhat simpler file on the MATLAB Central File Exchange:

<http://www.mathworks.com/matlabcentral/fileexchange/4359>

Hope this helps.
0
Reply Peter.Perkins (345) 11/30/2009 5:22:08 PM

3 Replies
288 Views

(page loaded in 1.233 seconds)

Similiar Articles:






7/16/2012 11:23:35 PM


Reply: