Row vector into array.
12 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I have this A variable made up by 1x72 double.
0 commentaires
Réponse acceptée
Mischa Kim
le 21 Fév 2014
Modifié(e) : Mischa Kim
le 21 Fév 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.
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Structures dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!