Error using step function. Not enough input arguments. Please help me solve this error in the following code. I need to find the step response of the the following function but the error of not enough input arguments is showing up
显示 更早的评论
syms s
K=1
Ga=10/(s+5);
Gp=0.1/(s*(s+1));
Gc=K;
g=Ga*Gp*Gc;
step (g)
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Tuning Goals 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!