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!