views:

27

answers:

1

Hello! I looking for block in Simulink to make some recursion, for example:

I want calculate A_(k+1) = 2 * A_(k) , where k = 1,2,3,4 and A_(1) = 3.

How to make something like this ? I only find initial values in integrator :/

A: 

You might need an Integer Delay.

zellus
Thx I looking for something like that :D
mathWorker89

related questions