필터 지우기
필터 지우기

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)

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Signal Generation and Preprocessing에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by