Effacer les filtres
Effacer les filtres

Display on app designer

5 vues (au cours des 30 derniers jours)
Tino
Tino le 3 Juil 2019
Commenté : Tino le 3 Juil 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 commentaires
Dennis
Dennis le 3 Juil 2019
What problems are you facing? To set the values of a numeric edit field try:
app.ChangepointsEditField.Value=idx2;
Tino
Tino le 3 Juil 2019
Thanks Dennis

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur MATLAB dans Help Center et File Exchange

Tags

Produits


Version

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by