Display on app designer

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 comentarios

Dennis
Dennis el 3 de Jul. de 2019
What problems are you facing? To set the values of a numeric edit field try:
app.ChangepointsEditField.Value=idx2;
Tino
Tino el 3 de Jul. de 2019
Thanks Dennis

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Develop Apps Using App Designer en Centro de ayuda y File Exchange.

Productos

Versión

R2019a

Etiquetas

Preguntada:

el 3 de Jul. de 2019

Comentada:

el 3 de Jul. de 2019

Community Treasure Hunt

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

Start Hunting!

Translated by