how to save decision tree view (classification tree viewer) ?

3 Ansichten (letzte 30 Tage)
Abdullah
Abdullah am 23 Mär. 2013
Beantwortet: Javier Valdes am 31 Jul. 2018
I create a decision tree for classification. After viewing the tree in matlab, how do I save the view in a png or tiff format ? I couldn't find any help for this anywhere.

Antworten (5)

Tom Lane
Tom Lane am 23 Mär. 2013
On Windows at least, choose "Save As" from the File menu. You can save a .fig file, but also various graphics file types.

Abdullah
Abdullah am 23 Mär. 2013
It is a classification tree viewer. So there is no any "Save As" option on File menu.
  1 Kommentar
Tom Lane
Tom Lane am 24 Mär. 2013
Are you on Windows? I'm looking at the viewer right now. It's a figure, and has a File menu, with items New, Open, Close, Save, Save As, ...

Melden Sie sich an, um zu kommentieren.


Abdullah
Abdullah am 24 Mär. 2013
Is there anybody can answer my problem?

Sergey
Sergey am 19 Aug. 2013
Try this
TREE = classregtree(...);
h = view(TREE);
saveas(h,'filename','png');
PS: all 'set' options for object h applies, so you can define image size, type etc... Hope it helps.

Javier Valdes
Javier Valdes am 31 Jul. 2018
In the 'Tips' section of the following link (https://www.mathworks.com/help/stats/compactregressiontree.view.html) there is an option to get the handles of the decision tree viewer and to save it.

Kategorien

Mehr zu Get Started with MATLAB finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by