How to change an app parameter from .m file function

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 comentarios

@SRii - you could have the function return a parameter that indicates that the button should be disabled (doesn't have to explicitly say "disable button" but perhaps a status that your GUI would interpret as a reason to disable the button).
SRii
SRii el 12 de Abr. de 2022
Thanks for your reply.
Actually I am working with serial ports and I wrote a function that is been called when a data is received. so there's no where to check the return value
Walter Roberson
Walter Roberson el 12 de Abr. de 2022
Editada: Walter Roberson el 12 de Abr. de 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 el 13 de Abr. de 2022
Thanks a lot
it really helped

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre App Building en Centro de ayuda y File Exchange.

Preguntada:

el 9 de Abr. de 2022

Comentada:

el 13 de Abr. de 2022

Community Treasure Hunt

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

Start Hunting!

Translated by