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

11 visualizaciones (últimos 30 días)
Tsubasa Mano
Tsubasa Mano el 29 de Mayo de 2020
Comentada: Tsubasa Mano el 29 de Mayo de 2020
BODE.m
sys = tf([30],[1 5 7 3]);
bode(sys);
これに対して以下のような表示がでます。
>> BODE
関数または変数 'tf' が認識されません。
エラー: BODE (line 1)
sys = tf([30],[1 5 7 3]);

Respuesta aceptada

Toshinobu Shintai
Toshinobu Shintai el 29 de Mayo de 2020
記述には問題が無いようですので、ツールボックスが不足しているのではないでしょうか。
コマンドウィンドウで「ver」と入力すると、インストールされているツールボックス一覧が表示されます。その中に「Control System Toolbox」はありますでしょうか。
  1 comentario
Tsubasa Mano
Tsubasa Mano el 29 de Mayo de 2020
ご返答ありがとうございます。確認したところ確かにControl System Toolboxが不足しておりました。導入すると出来るようになりました。ありがとうございます。

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Control System Toolbox 入門 en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!