how can I zero a load of my array values?

how can I zero a load of my array values?

3 件のコメント

Image Analyst
Image Analyst 2012 年 4 月 6 日
What is "a load"?
Matt Fig
Matt Fig 2012 年 11 月 2 日
Tom's question
how can I zero a load of my array values?
Matt Fig
Matt Fig 2012 年 11 月 2 日
Tom's question
how can I zero a load of my array values?

サインインしてコメントする。

 採用された回答

Image Analyst
Image Analyst 2012 年 4 月 6 日

0 投票

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.

1 件のコメント

Tom
Tom 2012 年 4 月 6 日
That's all I was after thanks

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

製品

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by