anyway to close cftool programmatically

3 visualizzazioni (ultimi 30 giorni)
Yu Li
Yu Li il 28 Ago 2019
Commentato: Yu Li il 10 Set 2019
Hi:
is there anyway to close cftool programmatically?
Thanks!
Yu

Risposta accettata

Roshni Garnayak
Roshni Garnayak il 10 Set 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.

Più risposte (0)

Categorie

Scopri di più su Get Started with Curve Fitting Toolbox in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by