Filter löschen
Filter löschen

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

3 Ansichten (letzte 30 Tage)
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.

Akzeptierte Antwort

Fangjun Jiang
Fangjun Jiang am 20 Jul. 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)

Weitere Antworten (0)

Kategorien

Mehr zu Get Started with MATLAB finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by