How to handle (e.g. close) windows generated by the "view" function?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi,
I want to handle the figures that are generated by the view function, like changing the size or just closing them.
One small example for classification trees, but I have the same problem with other tools:
load ionosphere
tc = ClassificationTree.fit(X,Y);
view(tc,'mode','graph')
This is what I already tried, but nothing affects the view window.
set(gcf,'position',[100 1100 1700 700]);
close(gcf)
close all
Thank you very much for your ideas!
0 Kommentare
Antworten (3)
Qi Wei
am 25 Jan. 2017
Hi Antje, Have you found a solution for your problem? Thanks! Qi
0 Kommentare
Siehe auch
Kategorien
Mehr zu Get Started with Statistics and Machine Learning Toolbox 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!