How to deal with (i-1)th iteration

3 次查看(过去 30 天)
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

采纳的回答

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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Loops and Conditional Statements 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by