Transfer function error help

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 ExchangeSimulink についてさらに検索

製品

質問済み:

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