Control System Analysis Techniques course error

In the Time domain section of the course when I use the step function to plot the grpah it keeps saying i am wrong even though it is the exact same code and graph. Those anyone have anny solutions
below is the code
s = tf('s');
quadcopter_ol = 0.04133/(s + 0.01479);
controller = zpk(-5,0,100);
Task 1
step(quadcopter_ol)

2 件のコメント

Walter Roberson
Walter Roberson 2026 年 5 月 2 日 0:00
Is it look for step(controller) ?
s = tf('s');
quadcopter_ol = 0.04133/(s + 0.01479);
controller = zpk(-5,0,100);
step(controller)
Dunbarin
Dunbarin 約1時間 前
No it’s you’re meant to use the step function on the quadcopter, even the solution in the course does the same thing I do and the graphs are the same but it keeps saying I’m wrong

サインインしてコメントする。

回答 (0 件)

製品

質問済み:

2026 年 5 月 1 日 20:48

コメント済み:

約10時間 前

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by