Printmat no longer works
Show older comments
It is seems that "printmat" is now obsolete with the current version of Matlab. Any alternatives that does the job and possibly have a similar syntax to printmat?
Answers (2)
Steven Lord
on 16 Dec 2021
0 votes
Probably the simplest close replacement would be to turn your matrix into a table using array2table (specifying both RowNames and VariableNames) then displaying that table.
printmat() stil exists in the Control System Toolbox . It is not indexed in the MATLAB documentation because it is considered obsolete.
help printmat
Categories
Find more on Logical in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!