Is there a way to show output directly on ui figure with App Designer?

조회 수: 3 (최근 30일)
sc
sc 2018년 3월 29일
답변: alifedjoun 2019년 2월 17일
I'm creating an user interface with App Designer and I'd like to insert output (like answer of prompt) directly on UI Figure and not in the Command Window. Is this possible?

채택된 답변

Birdman
Birdman 2018년 3월 29일
It is possible. I hope I understood you correctly. I made a simple app where I used Label, Edit Field(Numeric) and Button. I simply write a number in the edit field and when I click the button, it is automatically displayed on UIFigure by the help of Label. The callback code is
app.Label.Text=string(app.EditField.Value);
Hope this helps.
  댓글 수: 5
sc
sc 2018년 4월 5일
Do you know if is there a way to do this with 18a?

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

alifedjoun
alifedjoun 2019년 2월 17일
how did you display answer in command window?
thanks for any help

카테고리

Help CenterFile Exchange에서 Develop uifigure-Based Apps에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by