Error using the function procest
显示 更早的评论
Hi,
I don't can use procest function ?
I've been using arx function (data, sys, ts), oe (data, sys, ts) and have no problem in obtaining the results, then use compare (sys, sys1, SYS2).
The problem I have to use procest(data, type). I use this code:
Ts = 1;
ze = iddata(output1,input1,Ts,'TimeUnit','seg');
type = idproc('P1D');
result=procest(ze,type);
Getting error:
??? Undefined function or method 'procest' for input arguments of type 'idproc'.
Error in ==> prueba_process_model at 30 result=procest(ze,type);
I use the version R2011a is possible that this version may not work with this function even appear in the help of this release??.
Thanks for your time.
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Process Models 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!