Row vector into array.
10 ビュー (過去 30 日間)
古いコメントを表示
I have this A variable made up by 1x72 double.
0 件のコメント
採用された回答
Mischa Kim
2014 年 2 月 21 日
編集済み: Mischa Kim
2014 年 2 月 21 日
Francesco, you could use
A(A == 0) = [];
B = reshape(A,8,8)
for your specially formatted matrix A, where the zeros are located at those very same positions.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Structures についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!