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 Comments

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

Sign in to comment.

Answers (0)

Categories

Find more on Develop Apps Using App Designer in Help Center and File Exchange

Products

Release

R2019a

Tags

Asked:

on 3 Jul 2019

Commented:

on 3 Jul 2019

Community Treasure Hunt

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

Start Hunting!