photo

Emipel


Last seen: 4 years ago Active since 2016

Followers: 0   Following: 0

Statistics

All
  • Thankful Level 1
  • Solver

View badges

Feeds

View by

Question


Symbolic array summation in MATLAB
I am trying to output the following symbolic expression in MATLAB: How can I genereate this? 10*L(1) + 20*L(2) + 30*L(3) + 10*L...

5 years ago | 1 answer | 0

1

answer

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

8 years ago