Pre-allocating a memory for a Matrix
Afficher commentaires plus anciens
How can I pre-allocate a memory for a matrix? for example, a 1x200 matrix?
Réponses (1)
KSSV
le 4 Fév 2020
iwant = zeros(1,200) ;
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!