Matlab typo
This commit is contained in:
parent
e753cb6e75
commit
43eafb2c8f
@ -83,7 +83,7 @@ legend('location', 'southwest', 'FontSize', 8, 'NumColumns', 1);
|
|||||||
%% Measurement of the linear (vertical) deviation of the Translation stage - Remove best linear fit
|
%% Measurement of the linear (vertical) deviation of the Translation stage - Remove best linear fit
|
||||||
figure;
|
figure;
|
||||||
plot(ty_errors.setpoint, ty_errors.ty_z - straight_line, 'k-')
|
plot(ty_errors.setpoint, ty_errors.ty_z - straight_line, 'k-')
|
||||||
xlabel('$D_y$ position [mm]'); ylabel('Vertical error [$\mu$m]');
|
xlabel('$D_y$ position [mm]'); ylabel('Residual vertical error [$\mu$m]');
|
||||||
xlim([-5, 5]); ylim([-0.4, 0.4]);
|
xlim([-5, 5]); ylim([-0.4, 0.4]);
|
||||||
|
|
||||||
%% Convert the data to frequency domain
|
%% Convert the data to frequency domain
|
||||||
|
Reference in New Issue
Block a user