How to create a recursive fucntion for example below?

1 次查看(过去 30 天)
% How to transform this loop in recursive expression?
for i = 2:np
A(i) = ae(i) / ( ap(i) - aw(i) * A(i-1) );
end

回答(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