MATLAB: Do Simulink Scope blocks have the ability to display the numerical value of a signal next to plots in Simulink 7.9 (R2012a)

simulink

I have been working with a Simulink model that takes some time to simulate, so I look at the plot on a Scope block to analyze my output as the model runs.
I would like to also look at the numerical value of a signal as the simulation is running. Is there an option in the Simulink Scope block to display the numerical value of a signal next to plot as a model runs?

Best Answer

The ability to view the numerical value of a Simulink signal in a Scope is not available in Simulink 7.9 (R2012a).
The workarounds are as follow:
1. Use a Display block in the model to look at the numerical value of a signal outside the Scope block while the simulation is running.
2. If using Simulink 7.9 (R2012a) or later, you can also right-click on a signal and show the port value as follows:
Simulink 7.9 (R2012a): Right-click the signal and select "Show Port Value".
Simulink 8.0 (R2012b): Right-click the signal and select "Show Value label of selected port".