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

1 view (last 30 days)
I can do the sum generally on matlab but I do not know to to add the individual elements.
  2 Comments
Rik
Rik on 4 Aug 2021
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).
Image Analyst
Image Analyst on 5 Aug 2021
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 Introduction to Installation and Licensing in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!