I'm trying to display the result of an equation on the app Designer, im trying do show ithe result of the function 'f' .

4 vues (au cours des 30 derniers jours)
value = app.RsultatscalaireEditField.Value;
%im in a text field and im trying to display the result of the equation here

Réponses (1)

Abhishek Chakram
Abhishek Chakram le 28 Sep 2023
Hi Alexandre JOIE,
It is my understanding that you are facing difficulty in displaying the result of an equation in the EditField in App Designer. Here is a sample code for the same:
app.RsultatscalaireEditField.Value = equation_value; % Equation value
You can refer to the following documentation to know more about the functions used:
Best Regards,
Abhishek Chakram

Catégories

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

Produits


Version

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by