summaryrefslogtreecommitdiff
path: root/maxLoad.m
diff options
context:
space:
mode:
authorMichael Abed <michaelabed@gmail.com>2012-04-10 00:11:48 -0400
committerMichael Abed <michaelabed@gmail.com>2012-04-10 00:11:48 -0400
commit0d307e49247b7ecd17e1f452b993544e6ec5e481 (patch)
tree0ceae1603de1e2b85d03c79e936313656c8ae60d /maxLoad.m
parent9eb93adc7a617e874500bff4fef7ae0dc16526e5 (diff)
downloadek301-prelim-0d307e49247b7ecd17e1f452b993544e6ec5e481.tar.gz
ek301-prelim-0d307e49247b7ecd17e1f452b993544e6ec5e481.tar.bz2
ek301-prelim-0d307e49247b7ecd17e1f452b993544e6ec5e481.zip
id no
Diffstat (limited to 'maxLoad.m')
-rwxr-xr-xmaxLoad.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/maxLoad.m b/maxLoad.m
index 2ff279c..e4a89d3 100755
--- a/maxLoad.m
+++ b/maxLoad.m
@@ -1,4 +1,5 @@
function [ m ] = maxLoad(T, L, D, idx, weak)
+ D = D - 0.6;
L1 = abs(L(L ~= 0));
T1 = abs(T(idx));
ml = D(idx);