How to accumulate column vectors?
조회 수: 1 (최근 30일)
이전 댓글 표시
I have N column vectors of same dimensions and I'm in need to accumulate these column vectors. In my paper this accumulation is defined as
acc=∑Vi where i=1:N
How to do this??
댓글 수: 2
Matt J
2013년 2월 9일
This probably needs some clarification, maybe because your sigma summation symbol does not show the range of the summation. Is this not simply the sum of N vectors? Why do you call this "accumulation" instead of just "summation"?
채택된 답변
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Matrix Indexing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!