How do I add row and column separators, and a border in a table so it looks like a real table?

10 次查看(过去 30 天)
I need my table to look like this:
Capture.PNG
Also, how do I change what the column headers say, and output the actual percent sign, versus making Matlab think I want to type a comment?
Lastly, how do I make my data appear in the center of the columns? I am using Matlab 2019a

回答(1 个)

Walter Roberson
Walter Roberson 2019-9-18
You cannot do any of those things in r2019a.
As of R2019b it is possible to use variable names that are not matlab identifiers, so putting in the % would be possible.
table() objects are not designed for presentation purposes.
See uitable(). See Report Generator

类别

Help CenterFile Exchange 中查找有关 Tables 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by