Error using tf (transfer function)

9 visualizaciones (últimos 30 días)
James Phegley
James Phegley el 22 de Feb. de 2019
Comentada: Fangjun Jiang el 2 de Nov. de 2020
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.

Respuesta aceptada

Fangjun Jiang
Fangjun Jiang el 22 de Feb. de 2019
run "which -all tf" to find out
  2 comentarios
James Phegley
James Phegley el 22 de Feb. de 2019
>> which -all tf
C:\Program Files\MATLAB\R2018b\toolbox\mpc\mpc\@mpc\tf.m % mpc method
C:\Program Files\MATLAB\R2018b\toolbox\ident\ident\@idParametric\tf.m % idParametric method
C:\Program Files\MATLAB\R2018b\toolbox\shared\controllib\engine\@StaticModel\tf.m % StaticModel method
C:\Program Files\MATLAB\R2018b\toolbox\dsp\filterdesign\@mfilt\tf.m % mfilt method
C:\Program Files\MATLAB\R2018b\toolbox\signal\signal\@dfilt\tf.m % dfilt method
Fangjun Jiang
Fangjun Jiang el 22 de Feb. de 2019
Editada: Fangjun Jiang el 22 de Feb. de 2019
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

Iniciar sesión para comentar.

Más respuestas (1)

Marco Corral Flores
Marco Corral Flores el 1 de Nov. de 2020
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 comentario
Fangjun Jiang
Fangjun Jiang el 2 de Nov. de 2020
The error message indicates you don't have one of those needed toolboxes

Iniciar sesión para comentar.

Categorías

Más información sobre Control System Toolbox en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by