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

조회 수: 1 (최근 30일)
adena0
adena0 2019년 1월 14일
편집: madhan ravi 2019년 1월 14일
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?

답변 (1개)

madhan ravi
madhan ravi 2019년 1월 14일
편집: madhan ravi 2019년 1월 14일
help sum
help cumsum

카테고리

Help CenterFile Exchange에서 Loops and Conditional Statements에 대해 자세히 알아보기

제품


릴리스

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by