Algebric loop in simulink

How to make algebric loop in simulink,
I have requirment where I have to add two constant numbers with increment of 1, a=constant b=constant
a1=a+b; a2=a1+b; a3=a2+b; a4=a3+b;

 Respuesta aceptada

Azzi Abdelmalek
Azzi Abdelmalek el 9 de Nov. de 2012

0 votos

use this model

4 comentarios

Arun Badigannavar
Arun Badigannavar el 15 de Nov. de 2012
Ya I tried this model but I want to set the time,here in this model the time is taken based on solver? I want to calculate it for continuous ,and it should stop when I stop manually,,how to calculate this for continuos updation of 'a' value
Azzi Abdelmalek
Azzi Abdelmalek el 15 de Nov. de 2012
What do you mean I want to set a time?
Arun Badigannavar
Arun Badigannavar el 15 de Nov. de 2012
How can I put infinite loop in simulink
Azzi Abdelmalek
Azzi Abdelmalek el 15 de Nov. de 2012
just set stop time to inf (simulation parameter)

Iniciar sesión para comentar.

Más respuestas (2)

Muruganandham Subramanian
Muruganandham Subramanian el 9 de Nov. de 2012
Editada: Muruganandham Subramanian el 9 de Nov. de 2012

0 votos

You can use 'from' and 'goto' blocks from simulink-->signal routing library.

3 comentarios

Arun Badigannavar
Arun Badigannavar el 9 de Nov. de 2012
But how to update a1 to a2 to a3,I am trying for loop ,,but not getting how to work with for loop subsystem
Muruganandham Subramanian
Muruganandham Subramanian el 9 de Nov. de 2012
a1=a+b( for a1(tag name) use goto block to store the value(either 'local' or global), then do continuously..
Arun Badigannavar
Arun Badigannavar el 9 de Nov. de 2012
This doing continuosly am not getting,how to continue it with increment of a1 a2 a3 a4

Iniciar sesión para comentar.

Anthony Poulin
Anthony Poulin el 9 de Nov. de 2012

0 votos

Hey, in your case you don't have an algebrical loop because your operations are in ''cascade'' (english translation of a french word, I don't know if it's understandable). If you want to create one, you have to make an operation like a1 = a + a1.

Categorías

Más información sobre Create Large-Scale Model Components en Centro de ayuda y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by