tf function doesn't work

285 views (last 30 days)
EL BIARI AYOUB
EL BIARI AYOUB on 26 Sep 2020
Commented: Fernanda on 11 Mar 2024
when I try to use tf function this is what I get :
>> s = tf('s')
Unrecognized function or variable 'tf'.
Did you mean:
>> s = tfe('s')
  1 Comment
lounis chehrit
lounis chehrit on 10 Jun 2021
It seems that the Control system toolbox is not installed !
You have to install It first !

Sign in to comment.

Accepted Answer

Ameer Hamza
Ameer Hamza on 26 Sep 2020
Edited: Ameer Hamza on 26 Sep 2020
You need to have the control system toolbox: https://www.mathworks.com/help/control/index.html for using tf() function. It seems that you haven't installed this toolbox. Check the output of
ver control
If you have the toolbox installed, it will display the version of toolbox otherwise you don't have the toolbox.
  4 Comments
Walter Roberson
Walter Roberson on 5 May 2022
You might need to reinstall .
Fernanda
Fernanda on 11 Mar 2024
Muchas gracias!!

Sign in to comment.

More Answers (0)

Categories

Find more on Introduction to Installation and Licensing 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!