MATLAB: I can’t use function tf() and bode()

Control System Toolboxfoldingsymbolic

when i try a example:
>> H = tf([1 0.1 7.5],[1 0.12 9 0 0]);
bode(H)
Undefined function 'tf' for input arguments of type 'double'.
as it appears on the error, I do not know what to fix desire to help people. thanks a lot

Best Answer

tf() is in the Control Systems Toolbox. That is not included in the Professional or Academic licenses, but is included in the Student Version license... but is not installed by default with the Student license.