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

Update plot_conductive_x.m

parent 0a788825
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ ccdfm = csvread('ccdfm/ccdfm_geiger_conductive_x_eq_0.5.csv', 1, 0);
plot(ccdfm(:, 4), ccdfm(:, 1), 'Color', 'c', 'LineWidth', 1);
% MPFA
mpfa = csvread('ccdfm/ccdfm_geiger_conductive_x_eq_0.5.csv', 1, 0);
mpfa = csvread('ccdfm/mpfa_geiger_conductive_x_eq_0.5.csv', 1, 0);
plot(mpfa(:, 4), mpfa(:, 1), 'Color', [0 .5 0], 'LineWidth', 1);
% EDFM
......
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