how to write sparse matrix

1 visualización (últimos 30 días)
imola
imola el 4 de Jun. de 2015
Comentada: imola el 8 de Jun. de 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

Respuesta aceptada

Walter Roberson
Walter Roberson el 4 de Jun. de 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 comentarios
Walter Roberson
Walter Roberson el 6 de Jun. de 2015
char(A+'0')
imola
imola el 8 de Jun. de 2015
Dear Walter,
Thanks that's great, many thanks.
regards

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Logical 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