Printmat no longer works
Afficher commentaires plus anciens
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?
Réponses (2)
Steven Lord
le 16 Déc 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
Catégories
En savoir plus sur MATLAB dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!