num=[4 15.6 6 2.4 -6.4];
den=[3 2.4 6.3 -11.4 6];
zplane(num,den);
[z,p,k]=tf2zp(num,den);
sos=zp2sos(z,p,k)
Warning: File: zp2sos.m Line: 226 Column: 36
The expression on this line will generate an error when executed. The error will be:
Attempt to execute SCRIPT j as a function.??? Error using ==> zp2sos>orderp
Attempt to execute SCRIPT j as a function.运行程序时多次出现该错误提示,我和同学用的是同一个版本的matlab,在他机子上运行无错误.为什么我自己机上运行就有问题呢?难道是人品问题??哪位达人翻译下那句话
.gif)
.gif)
n=0:15;
Gn=exp(j*pi*n/4);
k=0:15;
x=Gn*exp(-j*2*pi*k*n'/16)
??? Attempt to execute SCRIPT j as a function.>>
zplane([2 1.4 -0.9 -0.158 0.4104 0.0294 -0.0668])
??? Error using ==> zplaneplot
Attempt to execute SCRIPT j as a function.