Sequence a_n =1/n
Mostra commenti meno recenti
I'm a beginner in Matlab
Please could you help me with the following code:
I want to write a sequence s_n = 1/n where n=1,2...100 and plot the result.
I tried this, n=1
for i = 1:100
n= n+1
end
Sn= 1/n
But It only displays the last number for n=100 and divides
I have no idea how to do it and the results I found don't satisfy me.
Thank you
Risposta accettata
Più risposte (1)
Image Analyst
il 17 Gen 2020
0 voti
Categorie
Scopri di più su Creating, Deleting, and Querying Graphics Objects in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!