フィルターのクリア

Accumulate type function for particular row

1 回表示 (過去 30 日間)
Aditya Sharma
Aditya Sharma 2020 年 6 月 26 日
コメント済み: Aditya Sharma 2020 年 6 月 26 日
In C++ there is an accumulate function which can sum a vector.
I have a 2D array of which i want to find sum of the elements of a particular row.
Any way to do it besides "for" loop?

採用された回答

Aditya Gupta
Aditya Gupta 2020 年 6 月 26 日
Maybe you are looking for cumsum() : https://www.mathworks.com/help/matlab/ref/cumsum.html
It works like :
summ=cumsum(arr,row_number)
  1 件のコメント
Aditya Sharma
Aditya Sharma 2020 年 6 月 26 日
Thanks for the quick response!

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSignal Generation and Preprocessing についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by