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!