how to write sparse matrix

1 回表示 (過去 30 日間)
imola
imola 2015 年 6 月 4 日
コメント済み: imola 2015 年 6 月 8 日
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

採用された回答

Walter Roberson
Walter Roberson 2015 年 6 月 4 日
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 件のコメント
Walter Roberson
Walter Roberson 2015 年 6 月 6 日
char(A+'0')
imola
imola 2015 年 6 月 8 日
Dear Walter,
Thanks that's great, many thanks.
regards

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeLogical についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by