How to deal with (i-1)th iteration
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi
I am drafting a program that involves "for" loop in which there is a term with A(i-1) in an expression. In this case, for the first iteration, i-1 results to zero but there won't be any value stored for A(0). How to deal with such situation
0 Kommentare
Akzeptierte Antwort
KSSV
am 24 Apr. 2020
You need to start iteration with 2 ...or take iteration from 1 to n-1.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Loops and Conditional Statements finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!