필터 지우기
필터 지우기

Pre-allocating a memory for a Matrix

조회 수: 1 (최근 30일)
Jhie Ton
Jhie Ton 2020년 2월 4일
댓글: Stephen23 2020년 2월 4일
How can I pre-allocate a memory for a matrix? for example, a 1x200 matrix?

답변 (1개)

KSSV
KSSV 2020년 2월 4일
iwant = zeros(1,200) ;

카테고리

Help CenterFile Exchange에서 Multidimensional Arrays에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by