Undefined function 'tf' for input arguments of type 'char'.
11 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Star Strider
el 17 de Dic. de 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 comentarios
Ver también
Categorías
Más información sobre Downloads en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!