Clear Filters
Clear Filters

Connecting edit fields with a push button

6 views (last 30 days)
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

Accepted Answer

Cris LaPierre
Cris LaPierre on 7 May 2020
Edited: Cris LaPierre on 7 May 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.

More Answers (0)

Categories

Find more on Migrate GUIDE Apps in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!