How do I display the output of an equation in a MATLAB app using app designer?

33 次查看(过去 30 天)
I want to run my .m file when I push a button in the app (the app is working for this part). I then want it to output several things that I am trying to solve for in the app. How do I get the numerical result for the equation to output into the app?
Here is what I am doing at the moment:
qf_Theo = h*Af*ThetaB; % Equation of interest
app.qf_Theo.Value = qf_Theo;
  1 个评论
Anmol Dhiman
Anmol Dhiman 2020-4-12
Hi Dominic,
If you are able to perform the calculation and just want to display , then you can use a text area as shown in this answer.
If you are not able to perform calculation, can you show the error that you are getting?

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Develop Apps Using App Designer 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by