Displaying Simulink dimension overlays on output ports only
3 views (last 30 days)
Show older comments
When creating Simulink models with multidimensional signals, it's informative (for understanding) and helpful (for debugging) to leave the signal dimension debug overlays turned on.
Simulink displays the dimensions on both block outputs and inputs. While it's helpful is there is a conflict, it is redundant and needlessly clutters the diagrams when they are the same (as they must be to compile). It's especially distracting when you also need to name your signals and view data types (see examples below).
Is it possible to display Simulink signal dimension debug overlays on output ports only, at least after the diagram has compiled?
0 Comments
Accepted Answer
Arka
on 9 Mar 2023
Hi,
As per my knowledge, the toggle for Signal Dimensions makes the dimensions visible on both ends of the signal. It is not possible to change this in a way that the dimensions are visible on only the output side.
To make the model look less congested, you can try spacing out the blocks.
2 Comments
More Answers (0)
See Also
Categories
Find more on Interactive Model Editing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!