Display on app designer
조회 수: 3 (최근 30일)
이전 댓글 표시
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
2019년 7월 3일
What problems are you facing? To set the values of a numeric edit field try:
app.ChangepointsEditField.Value=idx2;
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!