Open Remi-Gau opened 3 years ago
now to be fixed in
suggestion:
[...]
subplot(3, 1, 3);
hist(itargetPosition);
labelAxes('Events', 'Number of targets');
title('Fixation Targets position distribution');
[...]
function labelAxes(inputXLabel, inputYLabel)
% an old viking saying because they really cared about their axes
ylabel(inputYLabel, 'Fontsize', 8);
xlabel(inputXLabel, 'Fontsize', 8);
end
https://github.com/cpp-lln-lab/localizer_visual_motion/blob/3d9ebfecb08a117db38ec4ea307d52152c8f36d6/subfun/expDesign.m#L254