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

9 visualizzazioni (ultimi 30 giorni)
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

Risposte (1)

Walter Roberson
Walter Roberson il 18 Set 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

Categorie

Scopri di più su Tables in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by