the scope in simulink doesn't show some specific signal.
Show older comments
the signal after the block of intergration is unplotted by scope who can be used to probe the other signals that I am sure the scope is good.
and the signal unplotted as well as the signal processed from the former one cann't be plotted either.
2 Comments
Answers (1)
Jatin
on 4 Sep 2024
0 votes
There can be few reasons for the signal not being plotted in the scope block, kindly see if the following points are helpful to you:
- Make sure the scope block has enough input ports to accommodate all signals you want to plot. You can specify the number of ports in scope block.
- You can adjust the Y-axis limits of the scope to ensure the signal is within the visible range.
If you are sure that the scope block is configured properly, then you can make sure the below points are covered:
- If the system has discontinuities, you can enable zero-crossing detection for better accuracy.
- Ensure simulation time is sufficient to capture signal changes, also check the step size, too large of a step size might miss signal transitions.
If everything looks fine, kindly inspect the signal using Display block or Simulation Data Inspector for any unexpected behaviour.
You can also refer the documentation below for more details on ‘Scope block’:
Hope this Helps!
Categories
Find more on Signal Attributes and Indexing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!