anyway to close cftool programmatically
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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
0 comentarios
Respuesta aceptada
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)
Ver también
Categorías
Más información sobre Interpolation 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!