Clear Filters
Clear Filters

tf 함수 인식 문제

19 views (last 30 days)
Sang-Geun Bae
Sang-Geun Bae on 1 Jun 2023
Answered: HyunGwang Cho on 1 Jun 2023
.m 파일내 code 중에 tf 함수를 사용하고 있는데
'tf'은(는) 인식할 수 없는 함수 또는 변수입니다. 라는 메시지가 뜨면서 실행되지 않습니다.
transfer function 함수는 사용할 수 있어야 할 것 같은데
뭔가 설정해 줘야 하는 게 있는건가요?
channel = c2d(tf(b,a),Ts); 이 code 가 에러가 있는 line 입니다.

Accepted Answer

HyunGwang Cho
HyunGwang Cho on 1 Jun 2023
Control System Toolbox 가 없어서 발생하는 오류입니다. 툴박스를 설치하면 잘 실행이 될겁니다.
매트랩 Home 텝에서 Add-Ons 버튼 누르셔서 설치 진행하세요 :)

More Answers (0)

Tags

Products


Release

R2023a

Community Treasure Hunt

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

Start Hunting!