anyway to close cftool programmatically

2 ビュー (過去 30 日間)
Yu Li
Yu Li 2019 年 8 月 28 日
コメント済み: Yu Li 2019 年 9 月 10 日
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.
  1 件のコメント
Yu Li
Yu Li 2019 年 9 月 10 日
Thank you.

サインインしてコメントする。

その他の回答 (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!

Translated by