📄 moja
字号:
%partical-fraction expantion of a rational z-transform
num =input ('type the numerator cofficiente=');
den=input ('type the denumerator cofficiente=');
[r,p,k]=residuez(num,den);
disp('Residuez');disp(r');
disp('poles');disp(p');
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -