How to centre UITABLE in a figure? How to get the uitable reference?
Mostra commenti meno recenti
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
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Creating, Deleting, and Querying Graphics Objects in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!