How do i compute "q" in the connect function of a block diagram
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Temi
am 15 Feb. 2017
Bearbeitet: Michelle Wu
am 17 Feb. 2017
sys = connect(blocksys,q,input,output)
q = ??
0 Kommentare
Akzeptierte Antwort
Michelle Wu
am 17 Feb. 2017
Bearbeitet: Michelle Wu
am 17 Feb. 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 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Dynamic System Models finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!