Borrar filtros
Borrar filtros

Connecting edit fields with a push button

6 visualizaciones (últimos 30 días)
William Corluka
William Corluka el 7 de Mayo de 2020
Editada: Cris LaPierre el 7 de Mayo de 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

Respuesta aceptada

Cris LaPierre
Cris LaPierre el 7 de Mayo de 2020
Editada: Cris LaPierre el 7 de Mayo de 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.

Más respuestas (0)

Categorías

Más información sobre Migrate GUIDE Apps en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by