zpk function for atlab R2020b
10 ビュー (過去 30 日間)
古いコメントを表示
Hey,
I tried to use the function 'zpk' (https://www.mathworks.com/help/control/ref/zpk.html) but got the following error:
"Unrecognized function or variable 'zpk'"
I work with Matlab 2020b and tried to run the code from the reference:
zeros = 0;
poles = [1-1i 1+1i 2];
gain = -2;
sys = zpk(zeros,poles,gain)
Am i doing something wrong?
Thanks
0 件のコメント
回答 (1 件)
Anshika Chourasia
2021 年 12 月 28 日
Hi,
Function "zpk” is implemented in Control System Toolbox. Before moving forward, please check and verify the installation of CST toolbox.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Pole and Zero Locations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!