Access inputs from app designer in the MATLAB script.
Show older comments
I'm currently trying to make an app using App Designer in MATLAB, and I'm facing a challenge with integrating user input from one of the tabs into my MATLAB script.
I aim to gather user input, store it in the base workspace, and then utilize these inputs for calculations within my MATLAB script.Ultimately, I intend to display the calculated results back to the user within the corresponding tab of my app.
For example lets consider something like this

The user adjusts slider values, clicks a button, and expects to see the calculated results in the output section of the app.
Any help or suggestions would be greatly appreciated.
Accepted Answer
More Answers (0)
Categories
Find more on Performance and Memory 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!