Matlab typo

This commit is contained in:
Thomas Dehaeze 2025-04-18 17:46:24 +02:00
parent e753cb6e75
commit 43eafb2c8f

View File

@ -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
figure;
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]);
%% Convert the data to frequency domain