Display on app designer

5 次查看(过去 30 天)
Tino
Tino 2019-7-3
评论: Tino 2019-7-3
Hello please
I want to display the following information on edit text field numerical on app designer
for the computation num = x(idx2)
disp(idx2)
I want to make the disp(idx2) shows in the app.ChangepointsEditField
Your help and assistance will be greatly appreciated
Thanks in advance
Tino
  2 个评论
Dennis
Dennis 2019-7-3
What problems are you facing? To set the values of a numeric edit field try:
app.ChangepointsEditField.Value=idx2;

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 MATLAB 的更多信息

标签

产品


版本

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by