How can I sum a matrix in a For Loop?
1 回表示 (過去 30 日間)
古いコメントを表示
Hi;
I've a model done with matlab in wich I've several for loop, every step of every cycle creates a matrix. I want to sum every created matrix.
thanks
0 件のコメント
採用された回答
Sean de Wolski
2012 年 11 月 2 日
doc sum
?
2 件のコメント
Sean de Wolski
2012 年 11 月 2 日
sum(C(1:30))
If you evaluate at the MATLAB command line:
>>doc sum
It will tell you all about summing.
その他の回答 (1 件)
参考
カテゴリ
Help Center および File Exchange で Logical についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!