How can I name Outputports with the same name like a Subsystem in the model.
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Pascal Stoeber-Schmidt
el 31 de Mayo de 2018
I want to name an outputport with the name of a subsystem on the model, but this leads to the attached error message. Is it possible to name the Outputport as desired and still using the number of the Port?
0 comentarios
Respuesta aceptada
TAB
el 31 de Mayo de 2018
Editada: TAB
el 31 de Mayo de 2018
This is not possible. In simulink model, two blocks can not have same name on same level of hierarchy.
You can use Prefix/Suffix in the names to group then according to function.
Subsystem name --> Sys_MeasurementPoint
OutportName --> Out_MeasurementPoint
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Deployment, Integration, and Supported Hardware 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!