lost access to tf and ss from id toolbox
2 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(2 个)
Rajiv Singh
2012-10-10
It seems Control System Toolbox is not available to you anymore. What do you get when you type "ver control" in MATLAB?
0 个评论
Jason
2012-10-10
1 个评论
Rajiv Singh
2012-10-10
编辑:Rajiv Singh
2012-10-10
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.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Linear Model Identification 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!