Row vector into array.
12 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Respuesta aceptada
Mischa Kim
el 21 de Feb. de 2014
Editada: Mischa Kim
el 21 de Feb. de 2014
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.
Más respuestas (0)
Ver también
Categorías
Más información sobre Structures en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!