フィルターのクリア

Is is possible to leave the dialog box created with inputs open after clicking ok?

3 ビュー (過去 30 日間)
Ferdi
Ferdi 2021 年 11 月 18 日
コメント済み: Ferdi 2021 年 11 月 20 日
Hi,
I would like to keep a dialog box open after clicking ok in order to always visualize the input data :
is it possible?
Thanks, nando

採用された回答

Jan
Jan 2021 年 11 月 18 日
Yes. Simply create a dialog box which have an "Apply" button. That "Ok" closes the dialog is the standard look&feel, so changing this behavior would confuse the users.
  5 件のコメント
Jan
Jan 2021 年 11 月 20 日
Creating a function inside Matlab's toolbox folders requires Admin privileges. It is recommended not to work with such high privileges, because this includes the risk to modify Matlab's toolbox functions by accident. This is extremely hard to debug, e.g. if the debugger is affected.
If you create the function in a folder with user access, some subfunctions in the subfolder /private might be missing. You could copy them also.
Ferdi
Ferdi 2021 年 11 月 20 日
Thanks Jan.

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeStartup and Shutdown についてさらに検索

タグ

製品


リリース

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by