How do I remove a signal from a scope?
15 次查看(过去 30 天)
显示 更早的评论
If I have a scope with three inputs to it, how do I hide the last signal without deleting the wire using either matlab code or a Simulink block?
Thanks.
1 个评论
shalaka sitre
2021-4-1
you can just not log the data in the workspace . click on the scope >view> configuration> log data to workspace untick that box
回答(3 个)
Bo Yuan
2017-8-2
My understanding is that you have a scope block with 3 input ports connected to 3 signals, but you only want to show the plots of first 2 signals in the scope, and hide the third signal without deleting the signal line.
Unfortunately scope block currently does not support suppressing input signals for display. One simple solution is that you can reduce the number of input ports of the scope block and feed that floating signal into a Terminator block. This can be done programmatically using MATLAB code.
One alternative you can try to use is the Simulation Data Inspector. It's a much more powerful tool for simulation data visualization that supports your need of selectively displaying signals of interest along with a whole set of APIs that enable you to configure the settings programmatically.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 View Data During Simulation 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!