For Loop - Homework Question
이전 댓글 표시
I have a homework problem that I've been working on, but I've come to a section that I believe requires a for loop. The section that I'm dealing with is below.

The matlab code that I've tried is this:
n=0;
for n=i-1 && n<=40
income = initial_income*(1+inflation)^n
end
From my understanding, this will only find the value at n=0. I believe I need each value of income at n = 1:40.
Any and all help would be appreciated!
I'll place the rest of the problem below for the sake of context. The retirement year that I found was 1959, but I don't believe that will be relevant to this section.

댓글 수: 3
Rik
2021년 3월 11일
I would suggest re-reading the material from your course. It seems you misunderstood the syntax for a for-loop.
Cris LaPierre
2021년 3월 11일
Nathan Brannan
2021년 3월 11일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Loops and Conditional Statements에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!