X(n) = (300,000/3000) - (10,000/3000)*Y(n-1)
for n=1:1:100
Also, plot Y(n-1) by X(n)
Please can someone help me form this series from the range of 1 to 100 from the above?
Thank you

댓글 수: 2

Scott MacKenzie
Scott MacKenzie 2021년 4월 21일
What is Y?
Abdullahi Abubakar
Abdullahi Abubakar 2021년 4월 21일
'Y' is 1 to 100. (i.e 1:1:100)
sorry for the mistake

댓글을 달려면 로그인하십시오.

 채택된 답변

David Hill
David Hill 2021년 4월 21일

0 개 추천

y=1:100;
x=100-10/3*y(2:end);

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by