anyway to close cftool programmatically
3 次查看(过去 30 天)
显示 更早的评论
Hi:
is there anyway to close cftool programmatically?
Thanks!
Yu
0 个评论
采纳的回答
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 Center 和 File Exchange 中查找有关 Interpolation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!