Hi guys,
I am a MATLAB beginner and am trying to create an app for my unit converter program. I have already set up the apps general layout and wish to connect two numerical edit field texts (an input and an output) via a push button so that an answer can be obtained from an input.
I dont know where to start and what language to use in order to obtain an output value from entering an input value and pressing 'Convert'
Please help.
Thanks

 Réponse acceptée

Cris LaPierre
Cris LaPierre le 7 Mai 2020
Modifié(e) : Cris LaPierre le 7 Mai 2020

0 votes

You can do this by changing the properties of the output edit field inside the callback function of the push button. You can get and set these properties from the app structure. You can explore the various components and their associated properties on this page.
Take a look at this example. It seems very similar and could help you out.

Plus de réponses (0)

Catégories

En savoir plus sur App Building dans Centre d'aide et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by