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!