Undefined function 'tf' for input arguments of type 'char'.
11 views (last 30 days)
Show older comments
Hey everyone,
so I need to do some aerospace homework. I am running R2019a.
I type in: s = tf('s') and i get the error:
Undefined function 'tf' for input arguments of type 'char'.
can someone please help me?!
Thanks so much!
0 Comments
Answers (1)
Star Strider
on 17 Dec 2019
You need to have the Control System Toolbox licensed and installed.
This:
ver('control')
will tell you if you have it. If you do, you will get something similar to:
-----------------------------------------------------------------------------------------------------
MATLAB Version: 9.7.0.1261785 (R2019b) Update 3
MATLAB License Number: #####
Operating System: Microsoft Windows 10 Pro Version 10.0 (Build 17763)
Java Version: Java 1.8.0_202-b08 with Oracle Corporation Java HotSpot(TM) 64-Bit Server VM mixed mode
-----------------------------------------------------------------------------------------------------
Control System Toolbox Version 10.7 (R2019b)
If you do not, a different message will appear.
The solution is to license, download and install the Control System Toolbox.
4 Comments
See Also
Categories
Find more on Downloads in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!