GUI Guide Help with edit text used as input to external functions returning static text

1 view (last 30 days)
The first step I need to accomplish is passing information from an external function that runs off a push button to another external function that runs off another push button.
The second push button also will also need to take input from two "edit text" cells that converts the string into numbers.
The output of the 2nd external function then needs to pass these values to static text fields within the GUI.
Any help is much appreciated for any guidance in this matter.

Answers (1)

Joseph Cheng
Joseph Cheng on 13 Aug 2014
Edited: Joseph Cheng on 13 Aug 2014
in the matlab command window type in
guide
and look at the example "GUI with uicontrols" it has everything except passing data between functions. to pass values from one function to another i would save the variables under the handles structure which is shared amongst the GUI.

Categories

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

Tags

Community Treasure Hunt

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

Start Hunting!