Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I name signals in Simulink's scope?

I am plotting a lot of signals in one Scope block. Is it possible to name the different signals/figures for a better overview?

like image 820
Karlo Avatar asked Sep 06 '25 04:09

Karlo


2 Answers

In the Scope window, select View>Legend option to view different signals and you can easily change the name of the signals in legend window.

like image 91
redumpt Avatar answered Sep 09 '25 03:09

redumpt


If you double click on a signal, a small text entry field will appear that allows you to name it.

An image of a signal with a name going into a scope.

The name of the signal will then appear in the scope's ledgend. An image of the scope showing the signal's name.

like image 27
Paul Wintz Avatar answered Sep 09 '25 03:09

Paul Wintz