Error using tf (transfer function)
8 次查看(过去 30 天)
显示 更早的评论
Getting the following error:
>> sys = tf([1 2],[1 0 10])
Undefined function 'tf' for input arguments of type 'double'.
Using R2018b and control system toolbox is installed.
0 个评论
采纳的回答
Fangjun Jiang
2019-2-22
run "which -all tf" to find out
2 个评论
Fangjun Jiang
2019-2-22
编辑:Fangjun Jiang
2019-2-22
while other tooltoxes have tf() for transfer function, your Control System Toolbox was not there.
Should have
\MATLAB\R2018b\toolbox\control\ctrlmodels\@tf\tf.m
check your Control System Toolbox
ver control
更多回答(1 个)
Marco Corral Flores
2020-11-1
106/5000
Hi:
I have problems when using the "tf" command
Please could you help me in this regard.
link video youtube: https://youtu.be/Xr3kPGrHGSg
1 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Control System Toolbox 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!