Effacer les filtres
Effacer les filtres

how front size and width of the row can be changed in uitable?

3 vues (au cours des 30 derniers jours)
partha das
partha das le 20 Juil 2011
i am using uitable to show some matrix. i want to change the front size and the depth of the row . how this can be changed. please help. thank you in advance.

Réponse acceptée

Fangjun Jiang
Fangjun Jiang le 20 Juil 2011
h=uitable('data',magic(5));
get(h)
You can see a list of the properties, you probably can guess what it means. Then use set to change it.
set(h,'Fontsize',12)

Plus de réponses (0)

Catégories

En savoir plus sur Get Started with MATLAB dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by