simulation issue about Scope
이전 댓글 표시
hello, guys,when i run the simulation, i found the scope not display the line with the time change, it keep stop at the begining, why, how to resolve

채택된 답변
추가 답변 (1개)
Paul
2023년 7월 8일
0 개 추천
Hi wenchao zhang,
The Constant block, by default, has a constant sample time. For the model shown, constant sample time means that the output of the block is computed only once at the start of the simulation, as indicated by the scope. If you want to see the constant line in the scope, one way is to change the Constant block's sample time parameter to 0, i.e., continuous sample time.
카테고리
도움말 센터 및 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!