anyway to close cftool programmatically

 Akzeptierte Antwort

Roshni Garnayak
Roshni Garnayak am 10 Sep. 2019

0 Stimmen

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.

Weitere Antworten (0)

Kategorien

Mehr zu Get Started with Curve Fitting Toolbox finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 28 Aug. 2019

Kommentiert:

am 10 Sep. 2019

Community Treasure Hunt

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

Start Hunting!

Translated by