Row vector into array.

15 次查看(过去 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.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Matrices and Arrays 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by