MATLAB: How to turn logging off for a signal within Simulink Data Inspector(SDI)

sdisimulinktest

In MATLAB R2019a, I have added a few signals to the Simulation Data Inspector to test and I now don't know how to remove those signals.
I tried deleting the signals in the Simulink Signal Logging Selector, but the only options are to remove the highlighting or view signal properties.

Best Answer

In order to stop signals from logging, Right-click on the signal and select "stop logging selected signals".
For more information on signal logging please follow the below documentation:
'Simulink.sdi.markSignalForStreaming' functionality could also be used to turn logging on or off for a signal. Please refer to the following documentation for more information: