MATLAB: Programmatically activate “Show Value Label of Selected Port”

debuggingsimulink

Hello,
for quick debugging of Simulink models, I find the feature "Show Value Label of Selected Port" very useful. It can be activated by using the context menu when right-clicking on a signal line.
My Question: Is there also a way to activate this option programmatically? Is there a matlab command for showing all value labels in a simulink model?

Best Answer

Hi
Port Value Display cannot be used programmatically as mentioned in the "Command Line Interface" section in the below documentaion page:
By default, Simulink displays the value of a signal when you click it during simulation. You can control this behavior. On the Debug tab, select > Options, then in the Value Label Display Options dialog box, select Enable by default during simulation.
Hope this helps!