zpk function portability issue

3 ビュー (過去 30 日間)
Marco Ronchi
Marco Ronchi 2016 年 9 月 26 日
コメント済み: Marco Ronchi 2016 年 9 月 28 日
zpk function portability issue. mtf1 = zpk(1,0,1,1) works with R14 but not with R2016a. How to fix it ?
  1 件のコメント
Marco Ronchi
Marco Ronchi 2016 年 9 月 26 日
Needs to fix also the Delta Sigma Toolbox ( R.Schreier /matlabcentral/fileexchange/19-delta-sigma-toolbox released in Jun 2016 for MATLAB 7 (R14)

サインインしてコメントする。

回答 (1 件)

Mudambi Srivatsa
Mudambi Srivatsa 2016 年 9 月 28 日
I understand that you tried using "zpk" function in MATLAB R2016a and it doesn't seem to work. However, you were able to use it in MATLAB R14. As I was able to execute mtf1 = zpk(1,0,1,1) without any issue in MATLAB R2016a, I suspect the Control System Toolbox is not installed on your system.
You can use the following command to check the system paths for the installed "zpk" functions in MATLAB R2016a:
which -all zpk
If you do not see any install path, I suggest you verify toolbox installation in MATLAB R2016a. If it is installed correctly and you still have an issue using the function, I suggest you to contact MathWorks Technical Support with error details for further assistance.
  1 件のコメント
Marco Ronchi
Marco Ronchi 2016 年 9 月 28 日
I checked that zpk is present in my installation and I can execute the example [z,p,k] = zpk(hpFilt) provided in "doc zpk"

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeIntroduction to Installation and Licensing についてさらに検索

製品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by