Skip to content
Snippets Groups Projects
Commit 9bc9d21a authored by Maria Engel's avatar Maria Engel
Browse files

Small documentation

parent 181aa84a
No related branches found
No related tags found
1 merge request!3Master
......@@ -234,6 +234,7 @@ slabBorderColour = [100 149 237]/255; % light blue
yline(0,'r','LineWidth',3, 'Color', slabBorderColour);
yline(2*pi/sliceSpacing, 'r', 'LineWidth', 3, 'Color', slabBorderColour);
% Plot zigzag line to indicate sampling chronology
plot(ky(1:ceil(numel(ky)/3)), kz(1:ceil(numel(ky)/3)), 'LineWidth', 3, 'Color', [253 218 13]/255); % yellow
axis equal;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment