MATLAB: Matlab does

Control System Toolboxdoesn't workMATLABrlocus

Trying to use the rlocus command from the main window but matlab returns the error "rlocus.m not found". Toolbox is active but dont know what to do. Any help appreciated.

Best Answer

rlocus should exist under the (optional) Control Systems Toolbox.
If you get the message rlocus.m not found, rather than no command rlocus existing for that input type, then either you have a fairly old version of MATLAB or else your installation is corrupt.
Which version of MATLAB are you using?
Does the ver() command show that toolbox as being installed?
What does
which -all rlocus
return for you?