How to deal with (i-1)th iteration
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposta accettata
KSSV
il 24 Apr 2020
You need to start iteration with 2 ...or take iteration from 1 to n-1.
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Loops and Conditional Statements in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!