How to determine the number of inputs of block simulink from the command line?
8 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
dinh tai
el 5 de Mayo de 2014
Comentada: WANG Jason
el 12 de Oct. de 2019
I want to determine the number of inputs of block simulink. How to do it?
0 comentarios
Respuesta aceptada
Chandrasekhar
el 6 de Mayo de 2014
Editada: Chandrasekhar
el 6 de Mayo de 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)
Más respuestas (1)
Nouran Adel
el 24 de Jun. de 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 ?
0 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!