未定义函数或变量 'num'。
显示 更早的评论
num 1=[1];den 1=[1 1];
num 2=[1];den 2=[1 2];
num 3=[1 2];den 3=(1 4 5];
num 4=[1];den 4=[1 3];
[nump,denp]=parallel(num2,den2,num3,den3);
[nums,dens]=series(num1,den1,nump,denp);
[numq,denq]=feedback(nums,dens,num4,den4,-1);
printsys(num,den)
求大神指教
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Logical 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!