How to handle (e.g. close) windows generated by the "view" function?

4 vues (au cours des 30 derniers jours)
Antje
Antje le 10 Juil 2013
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!

Réponses (3)

Sean de Wolski
Sean de Wolski le 25 Jan 2017
delete(allchild(groot))

Joshua Mckone
Joshua Mckone le 17 Déc 2018
close all force;

Qi Wei
Qi Wei le 25 Jan 2017
Hi Antje, Have you found a solution for your problem? Thanks! Qi

Catégories

En savoir plus sur Get Started with Statistics and Machine Learning Toolbox dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by