How can my script calculate 1^3 + 2^3 + ⋯ + 10^3 + 11^3 using a for/while loop in matlab?

1 view (last 30 days)
I'm interested to see how I could calculate 1^3 + 2^3.... 11^3 using for/ while loops.
If I used vectors, how would this differ?

Answers (1)

madhan ravi
madhan ravi on 14 Jan 2019
Edited: madhan ravi on 14 Jan 2019
help sum
help cumsum

Categories

Find more on Loops and Conditional Statements in Help Center and File Exchange

Products


Release

R2018a

Community Treasure Hunt

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

Start Hunting!