How to centre UITABLE in a figure? How to get the uitable reference?
Show older comments
Hi,
I have 2 questions
1)
I am defining the full screen size of the figure using
f = figure('units','normalized','outerposition',[0 0 0.95 0.8]);
and then defining an uitable. is there direct way I can centre the UITABLE into the defined figure. I can try using the position property and with trail and error i can find the centre position. Is there any other way to do this.
2)
How to get the address of each cell data in a uitable, If I have a 4x4 matrix how to get the reference of 2x2 cell (2nd row, 2nd column).
Appreciate your help
Regards
Karthiik
Accepted Answer
More Answers (0)
Categories
Find more on Develop Apps Using App Designer in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!