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

1 vue (au cours des 30 derniers jours)
matrix flag 1*65536

Réponse acceptée

Vishnu Vardhan
Vishnu Vardhan le 21 Juin 2019
Modifié(e) : madhan ravi le 21 Juin 2019
flag = zeros(1,65536);

Plus de réponses (2)

KSSV
KSSV le 21 Juin 2019
Modifié(e) : KSSV le 21 Juin 2019
iwant = zeros(1,65536) ;
Read about zeros. If you want ones, read about ones.

Steven Lord
Steven Lord le 21 Juin 2019
Use the zeros function.

Catégories

En savoir plus sur Multidimensional Arrays dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by