フィルターのクリア

How to change an app parameter from .m file function

1 回表示 (過去 30 日間)
SRii
SRii 2022 年 4 月 9 日
コメント済み: SRii 2022 年 4 月 13 日
Hi guys.
I have designed an app in app designer and it calls a .m file that contains a function.
In that function I do some works and at the end I want to change in some parameters. For example I want to disable a button in app. Could any one help me about it?
  4 件のコメント
Walter Roberson
Walter Roberson 2022 年 4 月 12 日
編集済み: Walter Roberson 2022 年 4 月 12 日
https://www.mathworks.com/help/matlab/math/parameterizing-functions.html
pass the app to the function. Use the app to extract the handle of the button. Set the button property to disable.
SRii
SRii 2022 年 4 月 13 日
Thanks a lot
it really helped

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

回答 (0 件)

カテゴリ

Help Center および File ExchangeDevelop Apps Using App Designer についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by