フィルターのクリア

Display on app designer

3 ビュー (過去 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;
Tino
Tino 2019 年 7 月 3 日
Thanks Dennis

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeMATLAB についてさらに検索

タグ

製品


リリース

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by