Numeric data display on GUI

2 次查看(过去 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 中查找有关 Get Started with MATLAB 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by