Discontinuous display in Simulink Scope
조회 수: 13 (최근 30일)
이전 댓글 표시
Hi, I am running a simulink model, however, some of the signals are not displayed properly in the Scope. They are discontinuous in the scope, but if I export the data to workspace and plot them, they are continuous. Anyone knows how to solve this issue? Thank you.
![Signal data in scope](https://www.mathworks.com/matlabcentral/answers/uploaded_files/973885/Signal%20data%20in%20scope.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/973890/image.png)
I have checked the limit data points option and simulation period in the scope settings.
댓글 수: 0
답변 (1개)
VBBV
2022년 4월 22일
Select the plot type as Auto in scope block. This plots the graph as continuous signals instead of discrete ones which you have.
댓글 수: 12
VBBV
2022년 4월 22일
After changing Marker , u could see some continuity of plot as lines and dashed lines but after some time it becomes discontinuous. Observe carefully the first few time seconds they are continuous.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!