Graphics Reference
In-Depth Information
%PID control input
%figureĀ 4);
%plot(time,pid_u,'g');
%xlabel('Frame');ylabel('Control Input');
%legend('u', 'pid u');
figureĀ 5);
subplot(2,1,1);
plot(time,u,'r');
xlabel('Frame');ylabel('Control Input');
subplot(2,1,2);
plot(time,pid_u,'g');
xlabel('Frame');ylabel('Control Input');
Search WWH ::




Custom Search