Which simulink block will take feedthrough value as input
이전 댓글 표시
I don have idea which blok will initiall take a value from workspace and in the next iteration it has to take value as input from simulation outpiut?
답변 (1개)
TAB
2012년 12월 13일
0 개 추천
There are many such blocks, for example Unit Delay block which has Initial value field which can be a constant value or a workspace variable. It takes this value in 1st iteration, after that it take input value.
Which type of block you are looking for ?
댓글 수: 7
Arun Badigannavar
2012년 12월 13일
Azzi Abdelmalek
2012년 12월 13일
Then using set_param, reset the intitial value of unit delay block.
TAB
2012년 12월 13일
It is not clear from your words that, either you want initial value of unit delay or its input value after resuming the simulation.
When you pause and resume the simulation, simulink will never reset the output of unit delay to initial value.
Unit delay output will be its delayed input value after resuming the simulation.
Arun Badigannavar
2012년 12월 13일
Arun Badigannavar
2012년 12월 14일
카테고리
도움말 센터 및 File Exchange에서 Scopes and Data Logging에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!