Numeric data display on GUI

1 Ansicht (letzte 30 Tage)
KV
KV am 22 Jan. 2014
Kommentiert: KV am 23 Jan. 2014
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 Kommentare
Amit
Amit am 22 Jan. 2014
How many numeric data? and what kind of display you need if you dont want table?
KV
KV am 22 Jan. 2014
Bearbeitet: KV am 22 Jan. 2014
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.

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Amit
Amit am 22 Jan. 2014
You can use 2 text boxes. The numerical values can be converted to string using num2str
  1 Kommentar
KV
KV am 23 Jan. 2014
Although not ideal, thats the closest thing available indeed.
Thanks

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (1)

ES
ES am 22 Jan. 2014
Bearbeitet: ES am 22 Jan. 2014
use uitable :)

Kategorien

Mehr zu Text Data Preparation finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by