Row vector into array.

10 ビュー (過去 30 日間)
Francesco
Francesco 2014 年 2 月 21 日
編集済み: Francesco 2014 年 3 月 22 日
I have this A variable made up by 1x72 double.

採用された回答

Mischa Kim
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.
  1 件のコメント
Francesco
Francesco 2014 年 2 月 21 日
Thanks for you good reply Kim!

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

その他の回答 (0 件)

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by