Azzera filtri
Azzera filtri

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

1 visualizzazione (ultimi 30 giorni)
matrix flag 1*65536

Risposta accettata

Vishnu Vardhan
Vishnu Vardhan il 21 Giu 2019
Modificato: madhan ravi il 21 Giu 2019
flag = zeros(1,65536);

Più risposte (2)

KSSV
KSSV il 21 Giu 2019
Modificato: KSSV il 21 Giu 2019
iwant = zeros(1,65536) ;
Read about zeros. If you want ones, read about ones.

Steven Lord
Steven Lord il 21 Giu 2019
Use the zeros function.

Categorie

Scopri di più su Data Export to MATLAB in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by