Using MATLAB, calculate a sum from within a script, by adding the individual elements together

I can do the sum generally on matlab but I do not know to to add the individual elements.

2 Comments

You can find guidelines for posting homework on this forum here. If you have trouble with Matlab basics you may consider doing the Onramp tutorial (which is provided for free by Mathworks).
Not sure what "I can do the sum generally" means. Can you do it with a for loop, or with the sum() function, or both? If you can do the sum of the first 20 terms, then you are summing the individual terms, regardless of exactly how you do it. Be explicit on what you need help with.

Sign in to comment.

Answers (0)

Categories

Find more on Programming in Help Center and File Exchange

Asked:

on 4 Aug 2021

Commented:

on 5 Aug 2021

Community Treasure Hunt

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

Start Hunting!