Error using tf (transfer function)
12 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
James Phegley
le 22 Fév 2019
Commenté : Fangjun Jiang
le 2 Nov 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.
0 commentaires
Réponse acceptée
Fangjun Jiang
le 22 Fév 2019
run "which -all tf" to find out
2 commentaires
Fangjun Jiang
le 22 Fév 2019
Modifié(e) : Fangjun Jiang
le 22 Fév 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
Plus de réponses (1)
Marco Corral Flores
le 1 Nov 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 commentaire
Fangjun Jiang
le 2 Nov 2020
The error message indicates you don't have one of those needed toolboxes
Voir également
Catégories
En savoir plus sur Control System Toolbox dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!