Display on app designer

조회 수: 8 (최근 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 CenterFile Exchange에서 MATLAB에 대해 자세히 알아보기

태그

제품


릴리스

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by