anyway to close cftool programmatically

2 vues (au cours des 30 derniers jours)
Yu Li
Yu Li le 28 Août 2019
Commenté : Yu Li le 10 Sep 2019
Hi:
is there anyway to close cftool programmatically?
Thanks!
Yu

Réponse acceptée

Roshni Garnayak
Roshni Garnayak le 10 Sep 2019
You can use the following piece of code for closing “cftool”:
h = getappdata( groot, 'SurfaceFittingToolHandle' );
clearSessionChanged(h);
closeSftool(h)
Please be aware that this might not work in future releases of MATLAB.

Plus de réponses (0)

Catégories

En savoir plus sur Get Started with Curve Fitting 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