how can I zero a load of my array values?

1 回表示 (過去 30 日間)
Tom
Tom 2012 年 4 月 6 日
how can I zero a load of my array values?
  3 件のコメント
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 日
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 件)

カテゴリ

Help Center および File ExchangeMatrix Indexing についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by