How to write the code for Appdesigner for when a user inputs the data and then store in a variable, inorder to use that value for a later caluclation?
Mostrar comentarios más antiguos
How to write the callback function for user inputted data and store that value for a later calculation?
Is this how you do it?
T = app.DurationEditField.Value;
Respuestas (1)
Rik
el 11 de Abr. de 2022
0 votos
Short answer: yes. If you want to use it in another function you might want to store it in a property (app.SomePropertyYouNeedToCreate).
Categorías
Más información sobre Develop Apps Using App Designer en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!