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;
채택된 답변
추가 답변 (2개)
Muruganandham Subramanian
2012년 11월 9일
편집: Muruganandham Subramanian
2012년 11월 9일
0 개 추천
You can use 'from' and 'goto' blocks from simulink-->signal routing library.
댓글 수: 3
Arun Badigannavar
2012년 11월 9일
Muruganandham Subramanian
2012년 11월 9일
a1=a+b( for a1(tag name) use goto block to store the value(either 'local' or global), then do continuously..
Arun Badigannavar
2012년 11월 9일
Anthony Poulin
2012년 11월 9일
0 개 추천
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.
카테고리
도움말 센터 및 File Exchange에서 Create Large-Scale Model Components에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
