

8/19/03
14
Knowledge gained in STEER
nWriting programs in MATLAB
subplot (3,1,1);Â plot(tout,simout14);
grid
ylabel('ACTUATOR 14')
xlabel('time in seconds')
subplot (3,1,2);Â plot(tout,simout15);
grid
ylabel('ACTUATOR 15')
xlabel('time in seconds')
subplot (3,1,3);Â plot(tout,simout13);
grid
ylabel('ACTUATOR 13')
xlabel('time in seconds')