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

3 次查看(过去 30 天)
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.

采纳的回答

Fangjun Jiang
Fangjun Jiang 2011-7-20
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)

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Get Started with MATLAB 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by