('tf' requires one of the following) "tf commend is not working" HELP PLS!

76 vues (au cours des 30 derniers jours)
Mesut Yilmaz
Mesut Yilmaz le 13 Nov 2019
1.png
this simple command doesn't work even though I've entered all commands correctly
thx for answers...

Réponse acceptée

M
M le 13 Nov 2019
Your code is right, but you do not have the required toolbox. The function tf is part of the 4 toolbox listed in the error message. You have to install at least one of them to use tf.
  1 commentaire
Mesut Yilmaz
Mesut Yilmaz le 13 Nov 2019
many thanks I installed the control system toolbox and it worked

Connectez-vous pour commenter.

Plus de réponses (1)

Supriya Joshi
Supriya Joshi le 27 Juil 2020
%poles and zeros num=[1 4 3]; den=[3 19 27 35]; z=tf(num,den) %z1=roots(num) %p1=roots(den) [z1,p1,k]=tf2zp(num,den) pzmap(z)

Catégories

En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange

Produits


Version

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by