I am writing "trans=tf([1 5],[1])" and the error is "Undefined function 'tf' for input arguments of type 'double'.
Neeta Dsouza answered .
2025-11-20
You do not have the Control Systems Toolbox installed, or you do not have it licensed, or it is not on your MATLAB path.
Try
which -all tf
and see what you get.