Algebric loop in simulink
Afficher commentaires plus anciens
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;
Réponse acceptée
Plus de réponses (2)
Muruganandham Subramanian
le 9 Nov 2012
Modifié(e) : Muruganandham Subramanian
le 9 Nov 2012
0 votes
You can use 'from' and 'goto' blocks from simulink-->signal routing library.
3 commentaires
Arun Badigannavar
le 9 Nov 2012
Muruganandham Subramanian
le 9 Nov 2012
a1=a+b( for a1(tag name) use goto block to store the value(either 'local' or global), then do continuously..
Arun Badigannavar
le 9 Nov 2012
Anthony Poulin
le 9 Nov 2012
0 votes
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.
Catégories
En savoir plus sur Modeling dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
