matlab-uitable Questions

1

I am trying to create a table in MATLAB where I can change the scroll position programmatically. I created a uitable and extracted the handle of the Java UITablePeer object (designated here as htab...
Ratoon asked 28/1, 2013 at 6:32

2

Solved

I created the following uitable: actually every single row is an indpendent uitable, so the figure shown contains 5 uitables besides the header. Why I'm doing that was the issue of my last quest...

3

Solved

For an user interface I'm programming an uitable. The user chooses an option A,B or C in the first column and the suboption in the second column depends on what was chosen in the first, either A.1,...

1

Solved

I referred to this answer in coloring specific rows of a table in the GUI, however, I get some weird symbols instead of actual numbers present in those rows as shown below: This is the line of co...
Athlete asked 8/7, 2013 at 13:25

1

Solved

I would like to display several tables in the same MATLAB figure, much the same as subplot can be used to display multiple graphs. However, it seems that subplot does not apply to uitable objects. ...
Spruill asked 3/5, 2012 at 19:52

1

Solved

I have a matlab function that returns results in a uitable. There are 2 columns and lots of rows to the table: first column is "values" and second column is a "safety threshold/confidence interva...
Enrollment asked 13/9, 2011 at 23:42
1

© 2022 - 2024 — McMap. All rights reserved.