Row vector into array.

 采纳的回答

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.

更多回答(0 个)

Community Treasure Hunt

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

Start Hunting!

Translated by