Numeric data display on GUI

조회 수: 1 (최근 30일)
KV
KV 2014년 1월 22일
댓글: KV 2014년 1월 23일
I am looking to generate some numerical values programatically in .m script, and then I wish to display it on the GUI. I was looking at the options on the left hand side of GUI editor and I cant see any options that can be used besides using a table (which i dont wish to use). Am I missing something very obvious here?
Thanks K
  댓글 수: 2
Amit
Amit 2014년 1월 22일
How many numeric data? and what kind of display you need if you dont want table?
KV
KV 2014년 1월 22일
편집: KV 2014년 1월 22일
Hi Amit. It will be 2 numerical values which will need to be displayed separately. Each numerical value is between 0 and 999.99, so not a lot of data.
I was thinking about having a display similar to 'edit text', so something very simple.

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

채택된 답변

Amit
Amit 2014년 1월 22일
You can use 2 text boxes. The numerical values can be converted to string using num2str
  댓글 수: 1
KV
KV 2014년 1월 23일
Although not ideal, thats the closest thing available indeed.
Thanks

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

추가 답변 (1개)

ES
ES 2014년 1월 22일
편집: ES 2014년 1월 22일
use uitable :)

카테고리

Help CenterFile Exchange에서 Text Data Preparation에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by