is it possible to reference a port name instead of number for add_line()?

조회 수: 3 (최근 30일)
Randy
Randy 2014년 3월 27일
답변: Monika Jaskolka 2021년 6월 24일
The function add_line(), as far as I can tell, requires the use of a port number as part of the origin and destination arguments. If you remove a port from a Simulink model, Simulink automatically renumbers the ports.
This can be a maintenance problem if one were to script the interconnections in a Simulink system, and then need to alter a sub-system.
Is there any way to get add_line() to work with a port name instead of port number?

답변 (1개)

Monika Jaskolka
Monika Jaskolka 2021년 6월 24일
No, this is not possible. The function add_line can currently only be used by providing the port handles or points.

카테고리

Help CenterFile Exchange에서 Programmatic Model Editing에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by