lost access to tf and ss from id toolbox
2 views (last 30 days)
Show older comments
Hello,
I seem to have lost access to tf and ss (at least) from the sysident toolbox at the command line. If I type ss or tf at the command line (with arguments that worked fine last week) I get:
Undefined function 'ss' for input arguments of type 'double'.
Undefined function 'tf' for input arguments of type 'double'.
Undefined function or variable 'tf'.
Undefined function or variable 'ss'.
but which tf and which ss return the correct locations
/data_1/local/MATLAB/R2012b/toolbox/ident/ident/@idParametric/ss.m
but I can start the ident gui and have it create a statespace or transfer function model.
The sys admin said he changed a backup disk in the machine, but not the disk that matlab was installed on. I tried to rehash but that didn't change anything. I've restarted, removed my additional path stuff from startup.m etc all to no avail.
Any ideas?
Thank you
Jason
0 Comments
Answers (2)
Rajiv Singh
on 10 Oct 2012
It seems Control System Toolbox is not available to you anymore. What do you get when you type "ver control" in MATLAB?
0 Comments
Jason
on 10 Oct 2012
1 Comment
Rajiv Singh
on 10 Oct 2012
Edited: Rajiv Singh
on 10 Oct 2012
TF, SS are model objects that belong to Control System Toolbox. What you see under ident/ident/@idParametric are converter functions that share the same name with the object constructors. Thus ss(sys_id_model) converts the identified model sys_id_model into SS object of Control System Toolbox. Of course, the conversion only works if you have Control System Toolbox installed.
See Also
Categories
Find more on Linear Model Identification in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!