how can I zero a load of my array values?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
how can I zero a load of my array values?
3 Commenti
Risposta accettata
Image Analyst
il 6 Apr 2012
How about
myArray(row1:row2, col1:col2) = 0;
? However, that's so obvious that I'm not sure that it is what you were after.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Logical in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!