How do i compute "q" in the connect function of a block diagram

2 ビュー (過去 30 日間)
Temi
Temi 2017 年 2 月 15 日
編集済み: Michelle Wu 2017 年 2 月 17 日
sys = connect(blocksys,q,input,output)
q = ??

採用された回答

Michelle Wu
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 件)

カテゴリ

Help Center および File ExchangeDynamic System Models についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by