anyway to close cftool programmatically

3 次查看(过去 30 天)
Hi:
is there anyway to close cftool programmatically?
Thanks!
Yu

采纳的回答

Roshni Garnayak
Roshni Garnayak 2019-9-10
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.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Get Started with Curve Fitting Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by