how to set a one dimensional matrix flag ,which length is 65536 and each of its elements is zero.?

조회 수: 1 (최근 30일)
matrix flag 1*65536

채택된 답변

Vishnu Vardhan
Vishnu Vardhan 2019년 6월 21일
편집: madhan ravi 2019년 6월 21일
flag = zeros(1,65536);

추가 답변 (2개)

KSSV
KSSV 2019년 6월 21일
편집: KSSV 2019년 6월 21일
iwant = zeros(1,65536) ;
Read about zeros. If you want ones, read about ones.

Steven Lord
Steven Lord 2019년 6월 21일
Use the zeros function.

카테고리

Help CenterFile Exchange에서 Data Export to MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by