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 Center および File ExchangeData Export to MATLAB についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by