From: gudny on
Hi,
I have written a node class inheriting from the handle classes and a
tree class, that constructs my tree according to the parameters I
give. Now I want to plot this tree. Does anyone know of a function
that does this?
regards,
Gudny
From: sscnekro on
Do you mean sth like this? ('ve never used it)
http://www.mathworks.com/access/helpdesk/help/toolbox/stats/classregtree.view.htm
From: Steven Lord on

"gudny" <gudnyg(a)gmail.com> wrote in message
news:65650c33-bbf6-4688-ad3c-9a285216d86e(a)y11g2000yqm.googlegroups.com...
> Hi,
> I have written a node class inheriting from the handle classes and a
> tree class, that constructs my tree according to the parameters I
> give. Now I want to plot this tree. Does anyone know of a function
> that does this?

You could overload the TREEPLOT function for your class, but you will need
to write much of the logic yourself, as only you (as the class author) know
what information your class has available to draw the tree and in what
format.

--
Steve Lord
slord(a)mathworks.com
comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ
To contact Technical Support use the Contact Us link on
http://www.mathworks.com