Transfer function 'tf'
40 ビュー (過去 30 日間)
古いコメントを表示
Aurore Lecharlier
2016 年 2 月 16 日
コメント済み: Jerry Maravilla
2021 年 9 月 27 日
Hi, in Matlab R2015b, I used the commando ' tf ' for the transfer function. When I run the script where I used it, I get an error message ' undefined function or variable 'tf' '. How do we get or create this function 'tf' ? I thought it was an inherent function of matlab. Thank you.
0 件のコメント
採用された回答
Walter Roberson
2016 年 2 月 16 日
http://www.mathworks.com/help/control/ref/tf.html Control System Toolbox
http://www.mathworks.com/help/signal/ref/tf.html Signal Processing Toolbox
http://www.mathworks.com/help/mpc/ref/tf.html Model Predictive Control Toolbox
You need one of those three.
7 件のコメント
Akella Kartik
2021 年 9 月 22 日
I have the isseu in 2021a as well. I installed both Signal Processing Toolbox and the DSP System Toolbox, but still I get this:
Unrecognized function or variable 'tf'. for tf and
'tf' not found. for which tf
Jerry Maravilla
2021 年 9 月 27 日
Try the control system tool box. If that doesn't work you can just use matlab's online editor. Doesn't fix the issue but you'll be able to run your code.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Introduction to Installation and Licensing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!