Add threshold line to simulink plot
조회 수: 4 (최근 30일)
이전 댓글 표시
I am using Simulink to display EMG data, but would like to also include a threshold line on all real-time plots. How can this be achieved?
Thank you!
댓글 수: 0
답변 (1개)
Soumya Saxena
2017년 5월 5일
I understand that you would like to include a threshold line on real time plots. If you are using a scope and want to add a line at a given value, you can pass a constant value in to the scope. You can just add an extra input to the scope block and use a constant block's output to plot that threshold
<https://www.mathworks.com/help/simulink/slref/scope.html>
I am attaching a file "plotThreshold.mdl" . The blocks on the left show how to add threshold lines. If you are using Simulink Real-Time, the commented out block on the right shows a simple version.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Model Preparation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!