Hello
Im trying to use the transfer function in bulding a control system and it keep showing me this error
can someone please help

답변 (1개)

Paul
Paul 2022년 3월 13일

0 개 추천

The denominator is missing a * multiplication. Maybe you meant:
[L*C*(R1+R2)*(R1*R2*C + L) R1]
Note the * between the two terms in parentheses.
Or maybe it's missing a space and should be:
[L*C*(R1+R2) (R1*R2*C + L) R1]
If that's the case, it's a good idea to get in the habit of using a comma to separate terms in row vector
[L*C*(R1+R2) , (R1*R2*C + L) , R1]

카테고리

도움말 센터File Exchange에서 Simulink에 대해 자세히 알아보기

제품

질문:

2022년 3월 13일

답변:

2022년 3월 13일

Community Treasure Hunt

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

Start Hunting!

Translated by