how to get the value from .mlapp file in .m file and after some processing in .m file again return to .mlapp file to display the result on GUI interface

5 views (last 30 days)
I am new to matlab & I have Problem. I explained below what I want exactly.
  1. I creating a UI figure(.mlapp file) in that I take 5 numeric text feild by this I want average of all the 5 values in average named numeric text feild.
  2. The average formula is written into .m file and after the calculation I want to return the value into again in same .mlapp file. to get the result.
please suggest the code for it because I have project in that i want to build up a system by using the above concept.
If any other solution please suggest that also
thank you!
  6 Comments
Krutik Gujarathi
Krutik Gujarathi on 23 Feb 2021
Edited: Krutik Gujarathi on 23 Feb 2021
I using matlab 2018 and i am not getting interactive tutorials in app designer window sir. If u have any web link please share that one. 🙏

Sign in to comment.

Answers (1)

Cris LaPierre
Cris LaPierre on 23 Feb 2021
What you are describing is a function. You can read about the basics here.
You can add a function in app designer. See this page on using helper functions in your app.
As for the interactive tutorial, in R2018b, it appears in the "Open" menu.

Categories

Find more on Develop Apps Using App Designer in Help Center and File Exchange

Products


Release

R2018a

Community Treasure Hunt

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

Start Hunting!