anyway to close cftool programmatically
2 ビュー (過去 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 件)
参考
カテゴリ
Find more on Get Started with Curve Fitting Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!