Display on app designer

7 Ansichten (letzte 30 Tage)
Tino
Tino am 3 Jul. 2019
Kommentiert: Tino am 3 Jul. 2019
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 Kommentare
Dennis
Dennis am 3 Jul. 2019
What problems are you facing? To set the values of a numeric edit field try:
app.ChangepointsEditField.Value=idx2;
Tino
Tino am 3 Jul. 2019
Thanks Dennis

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu MATLAB finden Sie in Help Center und File Exchange

Tags

Produkte


Version

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by