how to write sparse matrix
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
imola
am 4 Jun. 2015
Kommentiert: imola
am 8 Jun. 2015
Dear All,
How to write sparse matrix as a small matrix in one page, I have 100x100 matrix and need to write the output in one page so i can read the matrix easily.
regards,
Imola
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 4 Jun. 2015
disp() the matrix, or find() on the matrix; see http://www.mathworks.com/help/matlab/math/accessing-sparse-matrices.html
or if you are looking for a graphic output, perhaps spy() the matrix.
4 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Logical finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!