Pre-allocating a memory for a Matrix
古いコメントを表示
How can I pre-allocate a memory for a matrix? for example, a 1x200 matrix?
回答 (1 件)
KSSV
2020 年 2 月 4 日
iwant = zeros(1,200) ;
カテゴリ
ヘルプ センター および File Exchange で Creating and Concatenating Matrices についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!