anyway to close cftool programmatically

3 visualizaciones (últimos 30 días)
Yu Li
Yu Li el 28 de Ag. de 2019
Comentada: Yu Li el 10 de Sept. de 2019
Hi:
is there anyway to close cftool programmatically?
Thanks!
Yu

Respuesta aceptada

Roshni Garnayak
Roshni Garnayak el 10 de Sept. de 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.

Más respuestas (0)

Categorías

Más información sobre Get Started with Curve Fitting Toolbox en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by