How to deal with (i-1)th iteration

3 Ansichten (letzte 30 Tage)
Godas Srikar
Godas Srikar am 24 Apr. 2020
Beantwortet: KSSV am 24 Apr. 2020
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

Akzeptierte Antwort

KSSV
KSSV am 24 Apr. 2020
You need to start iteration with 2 ...or take iteration from 1 to n-1.

Weitere Antworten (0)

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!

Translated by