ボード線図を書きたい​のですがこのプログラ​ムに何か問題がありま​すか?

BODE.m
sys = tf([30],[1 5 7 3]);
bode(sys);
これに対して以下のような表示がでます。
>> BODE
関数または変数 'tf' が認識されません。
エラー: BODE (line 1)
sys = tf([30],[1 5 7 3]);

 Risposta accettata

Toshinobu Shintai
Toshinobu Shintai il 29 Mag 2020

0 voti

記述には問題が無いようですので、ツールボックスが不足しているのではないでしょうか。
コマンドウィンドウで「ver」と入力すると、インストールされているツールボックス一覧が表示されます。その中に「Control System Toolbox」はありますでしょうか。

1 Commento

Tsubasa Mano
Tsubasa Mano il 29 Mag 2020
ご返答ありがとうございます。確認したところ確かにControl System Toolboxが不足しておりました。導入すると出来るようになりました。ありがとうございます。

Accedi per commentare.

Più risposte (0)

Categorie

Prodotti

Community Treasure Hunt

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

Start Hunting!