nass-simscape/Analyse.m
2018-04-16 09:36:09 +02:00

15 lines
190 B
Matlab

%% Translation stage
figure
plot(ty)
title('Moving y')
xlabel('time (s)')
ylabel('distance (m)')
%% TILT stage
figure
plot(ry)
title('Rotation y')
xlabel('time (s)')
ylabel('angle (rad)')