You are on page 1of 1

figure(1); plot(t,x(:,1)); %Plot of Fuselage bounce displacement

figure(2); plot(t,x(:,2)); %Plot of Fuselage bounce velocity

figure(3); plot(t,x(:,3)); %Plot of Fuselage pitch displacement

figure(4); plot(t,x(:,4)); %Plot of Fuselage pitch velocity

figure(5); plot(t,x(:,5)); %Plot of Fuselage roll displacement

figure(6); plot(t,x(:,6)); %Plot of Fuselage roll velocity

figure(7); plot(t,x(:,7)); %Plot of NLG displacement

figure(8); plot(t,x(:,8)); %Plot of NLG velocity

figure(9); plot(t,x(:,9)); %Plot of Left MLG displacement

figure(10); plot(t,x(:,10)); %Plot of Left MLG velocity

figure(11); plot(t,x(:,11)); %Plot of Right MLG displacement

figure(12); plot(t,x(:,12)); %Plot of Right MLG velocity

You might also like