What are "gap ports" in Simulink?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Zachary
am 20 Jan. 2020
Kommentiert: Zachary
am 27 Jan. 2020
I am trying to convert a Subsystem to a Subsystem Reference, but I get this error message. What are "gap ports"? I can't find any mention of it on MATLAB Documentation or MATLAB Answers.
0 Kommentare
Akzeptierte Antwort
Payas Bahade
am 24 Jan. 2020
Hi Zachary,
This is a known issue and the error is due to the number of port handles and the number of port blocks inside the Subsystem being unequal.
To get rid of the error, both port handles and port blocks have to be equal in number.
Hope this helps!
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Subsystems finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!