Skip to content
Snippets Groups Projects
Commit 5f9293d9 authored by Ivar Stefansson's avatar Ivar Stefansson
Browse files

Update plot_line.m

parent eb2703b6
No related branches found
No related tags found
No related merge requests found
......@@ -98,8 +98,8 @@ plot(s, mfd(:, 1), 'Color', 'r', 'LineWidth', 1);
% Mortar-DFM
mfd= csvread('mortar_0p50p9LR.csv', 1, 0);
x=mfd(:,2);
y=mfd(:,3);
x=mfd(:,4);
y=mfd(:,5);
s=(x.^2+y.^2).^0.5;
plot(s, mfd(:, 1), 'Color', [1 0.7 0], 'LineWidth', 1);
......
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