Undefined function 'tf' for input arguments of type 'char'?
显示 更早的评论
Hey everyone,
I am running R2012b.
I type in: s = tf('s')
Undefined function 'tf' for input arguments of type 'char'.
can someone please help me?
Thanks so much!
2 个评论
Kye Taylor
2013-5-1
What do you want to do with tf('s')... transfer function? What does tf represent?
回答(2 个)
Arkadiy Turevskiy
2013-5-1
tf is part of Control System Toolbox. The error message you are seeing means you do not have this product on your license. You can see which toolboxes you have by typing
ver
at the command line.
1 个评论
Walter Roberson
2013-5-1
The Control Systems Toolbox is included with the Student Version license, but is not installed by default.
Jan
2013-5-1
0 个投票
Asking Google or searching in the forum is a good strategy to get fast answers. See http://www.mathworks.com/matlabcentral/answers/65972.
类别
在 帮助中心 和 File Exchange 中查找有关 Manage Products 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!