What are "gap ports" in Simulink?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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.
![Capture.PNG](https://www.mathworks.com/matlabcentral/answers/uploaded_files/262639/Capture.png)
0 Commenti
Risposta accettata
Payas Bahade
il 24 Gen 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!
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Subsystems in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!