How do i compute "q" in the connect function of a block diagram
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Temi
el 15 de Feb. de 2017
Editada: Michelle Wu
el 17 de Feb. de 2017
sys = connect(blocksys,q,input,output)
q = ??
0 comentarios
Respuesta aceptada
Michelle Wu
el 17 de Feb. de 2017
Editada: Michelle Wu
el 17 de Feb. de 2017
From a look at the documentation of function 'connect' from the Control System Toolbox, it seems that the function you referred to has the following syntax:
sysc = connect(blksys,connections,inputs,outputs)
You can read about how to specify input argument 'connections' in the doc page below (under section 'Input Arguments'):
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Dynamic System Models en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!