How to manipulate MATRIX size
Mostrar comentarios más antiguos
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?
Respuestas (1)
madhan ravi
el 17 de Mayo de 2020
[Matrix,zeros(31,104-90)]
Categorías
Más información sobre Creating and Concatenating Matrices en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!