how to do sum up elements one by one (sequence addition)

Answers (2)

just a hint: [1 3 6 10]'=[1 1 1 1;0 1 1 1; 0 0 1 1; 0 0 0 1]*[1 2 3 4]'

Categories

Find more on Simulink in Help Center and File Exchange

Tags

Asked:

on 8 Jan 2017

Answered:

on 9 Jan 2017

Community Treasure Hunt

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

Start Hunting!