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

7 visualizaciones (últimos 30 días)
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

Respuestas (1)

Walter Roberson
Walter Roberson el 18 de Sept. de 2019
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

Categorías

Más información sobre Tables en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by