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 Comments

What is Y?
'Y' is 1 to 100. (i.e 1:1:100)
sorry for the mistake

Sign in to comment.

 Accepted Answer

More Answers (0)

Categories

Find more on MATLAB in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!