From: Pg on
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.
From: Image Analyst on
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?
From: Steven Lord on

"Image Analyst" <imageanalyst(a)mailinator.com> wrote in message
news:heubm7$ogs$1(a)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(a)mathworks.com
comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ


From: Peter Perkins on
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.
 | 
Pages: 1
Prev: NBFM
Next: Block Toeplitz Matrix