- EditField Properties : https://in.mathworks.com/help/matlab/ref/matlab.ui.control.editfield-properties.html
I'm trying to display the result of an equation on the app Designer, im trying do show ithe result of the function 'f' .
1 回表示 (過去 30 日間)
古いコメントを表示
value = app.RsultatscalaireEditField.Value;
%im in a text field and im trying to display the result of the equation here
0 件のコメント
回答 (1 件)
Abhishek Chakram
2023 年 9 月 28 日
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
0 件のコメント
参考
カテゴリ
Help Center および File 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!