How to deal with (i-1)th iteration

3 visualizzazioni (ultimi 30 giorni)
Godas Srikar
Godas Srikar il 24 Apr 2020
Risposto: KSSV il 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

Risposta accettata

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

Più risposte (0)

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!

Translated by