In this MATLAB tutorial, I encountered following icon. When you click on it, a scope opens. What is the scope's meaning and how can you insert it?
The subsystem "Pilot G-force calculation" has it's own simulink model inside it if you double click on it. This subsystem, in addition to the output (Nz Pilot, g) also has a scope on a signal.
When you run the model, you can just click on that scope icon instead of going inside the subsystem and then clicking on the scope to read the signal output as a variation of time.
EDIT:
The scope icon is a property of a signal called a Viewer. You can create different types of viewers for a signal connection (like scope, XY graphs, Eye diagrams, spectrum analysers etc), provided that signal is compatible with the viewer.
To test it, right click on a signal (any point on the line) and select suboption Create & Connect Viewers.
Best part above these viewers is that you can use it to compare the signal with any other signal in the model by a 2 x 1
axis Scope like in this example.