tf 함수 인식 문제
31 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Sang-Geun Bae
il 1 Giu 2023
Risposto: HyunGwang Cho
il 1 Giu 2023
.m 파일내 code 중에 tf 함수를 사용하고 있는데
'tf'은(는) 인식할 수 없는 함수 또는 변수입니다. 라는 메시지가 뜨면서 실행되지 않습니다.
transfer function 함수는 사용할 수 있어야 할 것 같은데
뭔가 설정해 줘야 하는 게 있는건가요?
channel = c2d(tf(b,a),Ts); 이 code 가 에러가 있는 line 입니다.
0 Commenti
Risposta accettata
HyunGwang Cho
il 1 Giu 2023
Control System Toolbox 가 없어서 발생하는 오류입니다. 툴박스를 설치하면 잘 실행이 될겁니다.
매트랩 Home 텝에서 Add-Ons 버튼 누르셔서 설치 진행하세요 :)
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su 설치 및 라이선스 부여 소개 in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!