Is it possible to delete input/output ports in a variant subsystem?

50 views (last 30 days)
Hi there!
I'm working on a Simulink model, which is using variant subsystems, containing variant blocks with different number of input ports. Based on previous choices, I want to combine outputs of the one subsystem with inputs of the other one. But if there are extra ports, I want to remove it programmatically. On the picture extra ports are fade circles. Is there a way to do this?

Answers (1)

Kumar Pallav
Kumar Pallav on 3 Oct 2021
Please refer to this solution , in order to reduce the number of input ports on the main variant subsystem block we will have to remove the inactive 'inports' from within the variant subsystem.
Refer this for details on variant subsystem.

Community Treasure Hunt

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

Start Hunting!