Level 2 S function - Initialize Conditions using the block's input signals
이전 댓글 표시
Hello, As stated here InitializeConditions, if I want to initialize using the block's input signals I need to do so in the Output function. I did this with "if block.CurrentTime == 0"
The problem now is that at block.CurrentTime == 0 all block.InputPort(x).Data are zero. When does Simulink load the inputs? This happens when I use input from file block or constant block.
Why do the block.InputPort(x).Data at block.CurrentTime == 0 not use the values from my source input block?
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Block and Blockset Authoring에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!