how can I zero a load of my array values?

how can I zero a load of my array values?

3 Commenti

What is "a load"?
Tom's question
how can I zero a load of my array values?
Tom's question
how can I zero a load of my array values?

Accedi per commentare.

 Risposta accettata

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)

Prodotti

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by