How to manipulate MATRIX size
Afficher commentaires plus anciens
I have a 31 x 90 matrix, I want to add a zeros element all through to make it a 31 x 104. How can I achieve this?
Réponses (1)
madhan ravi
le 17 Mai 2020
[Matrix,zeros(31,104-90)]
Catégories
En savoir plus sur Creating and Concatenating 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!