Effacer les filtres
Effacer les filtres

Is there a way to count the number of signal paths from each inport to each outport?

3 vues (au cours des 30 derniers jours)
Hello all, I would like to know if there is a way to count the number of paths from inports to its corresponding outports? For example,
From the above example, it is clear that Outport 1 can be reached from Inport1 and Inport2 & Outport2 can be reached from Inport2. This gives two Independent paths. Is there a way this can be calculated by means of matlab code? Please help.
Thanks in advance, Rashmi

Réponse acceptée

ES
ES le 2 Août 2017
You have to start from each outport, and then find the preceeding block. You can use 'PortHandles', or 'PortConnectivity' iteratively till you reach the last source block (inport, constant, ground etc).
Example
get_param(outportblockpath, 'PortHandles')
get_param(outportblockpath, 'PortConnectivity')

Plus de réponses (0)

Catégories

En savoir plus sur Schedule Model Components dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by