how can I zero a load of my array values?
1 回表示 (過去 30 日間)
古いコメントを表示
how can I zero a load of my array values?
3 件のコメント
採用された回答
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 Center および File Exchange で Logical についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!