Effacer les filtres
Effacer les filtres

Connecting edit fields with a push button

6 vues (au cours des 30 derniers jours)
William Corluka
William Corluka le 7 Mai 2020
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
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.
  1 commentaire
William Corluka
William Corluka le 7 Mai 2020
Thanks Cris,
I'll give that a try.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Migrate GUIDE Apps dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by