How do i compute "q" in the connect function of a block diagram
2 ビュー (過去 30 日間)
古いコメントを表示
sys = connect(blocksys,q,input,output)
q = ??
0 件のコメント
採用された回答
Michelle Wu
2017 年 2 月 17 日
編集済み: Michelle Wu
2017 年 2 月 17 日
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 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Dynamic System Models についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!