Displaying Simulink dimension overlays on output ports only
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1318020/image.png)
0 comentarios
Respuesta aceptada
Arka
el 9 de Mzo. de 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 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Interactive Model Editing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!