Too many Input Arguments error when using Transfer Functions and bodeplot()

조회 수: 15 (최근 30일)
Bradlee Harrison
Bradlee Harrison 2020년 10월 18일
댓글: Walter Roberson 2020년 10월 19일
This is my transfer function:
H1s =
1.25e04 s
----------------------
s^2 + 1.25e04 s + 1e10
Continuous-time transfer function.
(output from the MATLAB console)
When I try to do bodeplot(H1s) I get the error "Error using DynamicSystem/bodeplot (line 108) Too many input arguments."
Why is this? When I used bodeplot on a transfer function previously, it worked just fine.
  댓글 수: 11
Bradlee Harrison
Bradlee Harrison 2020년 10월 19일
With your advice I found out I had a file called "line.m" which superceded the function used by bode and several other functions. Thanks for the help.
Walter Roberson
Walter Roberson 2020년 10월 19일
Ah! That would do it.
Which toolbox had its own line.m ? line() is used by plot() so I would have expected a lot of plotting trouble.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Get Started with Control System Toolbox에 대해 자세히 알아보기

제품


릴리스

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by