Filter löschen
Filter löschen

How to change an app parameter from .m file function

1 Ansicht (letzte 30 Tage)
SRii
SRii am 9 Apr. 2022
Kommentiert: SRii am 13 Apr. 2022
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 Kommentare
Walter Roberson
Walter Roberson am 12 Apr. 2022
Bearbeitet: Walter Roberson am 12 Apr. 2022
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 am 13 Apr. 2022
Thanks a lot
it really helped

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Develop Apps Using App Designer finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by