transfering the one row matrix into multiple row matrix with the same data
Afficher commentaires plus anciens
How can I transfer the one row matrix A into multiple row matrix A' with the same data just like below:
A=[3 0 0 0 2 8 1 0 4]
A' = [3 0 0;0 2 8; 1 0 4]
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Resizing and Reshaping Matrices dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!