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 vues (au cours des 30 derniers jours)
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 commentaires
Krutik Gujarathi
Krutik Gujarathi le 23 Fév 2021
Modifié(e) : Krutik Gujarathi le 23 Fév 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. 🙏

Connectez-vous pour commenter.

Réponses (1)

Cris LaPierre
Cris LaPierre le 23 Fév 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.

Catégories

En savoir plus sur Develop Apps Using App Designer dans Help Center et File Exchange

Produits


Version

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by