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