How to determine the number of inputs of block simulink from the command line?

13 visualizzazioni (ultimi 30 giorni)
I want to determine the number of inputs of block simulink. How to do it?

Risposta accettata

Chandrasekhar
Chandrasekhar il 6 Mag 2014
Modificato: Chandrasekhar il 6 Mag 2014
click on the Simulink block/Subsystem for which you have to find the inputs and then use the following commands
a = get_param(gcb,'PortHandles');
length(a.Inport)

Più risposte (1)

Nouran Adel
Nouran Adel il 24 Giu 2019
and how can I determine the input itself of a simulink block ?? I mean how can I know which block is the input of the specified simulink block ?

Categorie

Scopri di più su Simulink Functions 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!

Translated by