Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Computing same monthly payment

조회 수: 1 (최근 30일)
Jane Smith
Jane Smith 2020년 6월 21일
마감: Jane Smith 2020년 6월 21일
Month = (1:n)';
Monthly_Amount(60,1)=(P*i/(1-(1+i)^-n))
This is part of a code to create a monthly payment. My question is that i need to computed the monthly in amount which is the same for 60 monts. Now i need to create a vector for this amount to be shown in table
when i tried it this way the output was zeros from 1-59th month and the correct amount in the 60th month.
Since it doesn't change monthly i opted to noit enter it in my for loop.
Not sure if i explained myself well.

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by