Azzera filtri
Azzera filtri

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

2 visualizzazioni (ultimi 30 giorni)
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 Commenti
Krutik Gujarathi
Krutik Gujarathi il 23 Feb 2021
Modificato: Krutik Gujarathi il 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. 🙏

Accedi per commentare.

Risposte (1)

Cris LaPierre
Cris LaPierre il 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.

Categorie

Scopri di più su Develop Apps Using App Designer in Help Center e File Exchange

Prodotti


Release

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by