Pre-allocating a memory for a Matrix
Mostrar comentarios más antiguos
How can I pre-allocate a memory for a matrix? for example, a 1x200 matrix?
Respuestas (1)
KSSV
el 4 de Feb. de 2020
iwant = zeros(1,200) ;
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!