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

조회 수: 1 (최근 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 CenterFile Exchange에서 Get Started with Control System Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by