how can I zero a load of my array values?

1 次查看(过去 30 天)
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.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Matrix Indexing 的更多信息

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by