Missing Functions R2013a installation
이전 댓글 표시
I recently upgraded (from R2009a) to R2013a. When I run some of my scripts I'm getting "Undefined function of variable... " errors. For example when I call 'decimate' I get the error: Undefined function 'zp2ss' for input arguments of type 'double'.
I was able to find the zp2ss function in my 2009a polyfun toolbox but it was not in any of my 2013a toolboxes. I have similar problems with mab2db and abcdchk. Was there some kind of problem with my installation?
채택된 답변
추가 답변 (1개)
the cyclist
2013년 7월 15일
0 개 추천
You can often get insight into these sorts of things with a google search, which will often find the online documentation.
For example, I googled zp2ss and MATLAB, and learned that zp2ss is in the Signal Processing Toolbox now.
카테고리
도움말 센터 및 File Exchange에서 Digital Filtering에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!