Matrix array in a strange format
古いコメントを表示

Hello, how do I make this show in the usual row and columns, cell format?
採用された回答
その他の回答 (1 件)
Michael
2023 年 8 月 10 日
Your matrix "val" is a sparse matrix. You can convert it to a full storage matrix with the function "full".
A = full(val)
カテゴリ
ヘルプ センター および File Exchange で Creating and Concatenating Matrices についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!