Commit cf1d3eef authored by Taddeus Kroes's avatar Taddeus Kroes

Merged conflicts.

parents 83e20f06 03634c37
...@@ -24,13 +24,13 @@ x = x[1:] ...@@ -24,13 +24,13 @@ x = x[1:]
y = y[1:] y = y[1:]
# Least squares data fit # Least squares data fit
c = tuple(polyfit(, y, 2).tolist()) c = tuple(polyfit(x, y, 2).tolist())
fit = polyval(c, x) fit = polyval(c, x)
# Plot and optionally save data # Plot and optionally save data
plot(x, y, 'x') plot(x, y, 'x')
plot(seq[0], seq[1], 'x')
plot(x, fit, '-') plot(x, fit, '-')
plot(seq[0], seq[1], 'x')
xlabel('Aantal processen') xlabel('Aantal processen')
ylabel('Tijd (s)') ylabel('Tijd (s)')
if len(argv) > 1: if len(argv) > 1:
......
1 9.67
1 9.67
1 9.69 1 9.69
1 9.69 1 9.69
2 6.10 1 9.69
1 10.84
2 5.83
2 5.81
2 5.78 2 5.78
2 5.78 2 5.78
2 5.81 3 4.38
3 4.40 3 4.35
3 4.37 3 4.38
3 4.37 3 4.37
3 4.36 4 4.00
4 3.72
4 3.66
4 3.65
4 3.67 4 3.67
5 3.81 4 3.65
5 3.47 4 3.68
5 3.31 5 3.60
5 3.24 5 3.24
Command exited with non-zero status 1 5 3.46
6 21.04 5 3.24
6 3.40 6 4.10
6 4.00 6 3.55
6 3.38 6 3.18
7 3.05 6 3.44
7 3.20 7 3.09
7 2.99 7 2.99
7 7.03 7 3.18
8 2.92 7 3.18
8 2.86 8 3.73
8 3.00
8 2.67 8 2.67
8 3.07 8 2.85
9 2.82 9 3.25
9 2.76
9 2.76 9 2.76
9 2.77 9 2.56
9 2.98 10 2.74
10 2.76 10 3.51
10 2.69
10 3.31
10 2.88 10 2.88
11 2.52 10 3.68
11 2.84 11 3.05
11 3.23 11 3.65
11 2.84 11 3.43
Command exited with non-zero status 1 11 3.03
12 21.14 12 3.66
12 3.34 12 2.58
12 3.58 12 3.19
12 2.78 12 2.57
13 3.79 13 3.47
13 2.54 13 3.94
13 2.33 13 2.36
13 3.34 13 3.54
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment