summaryrefslogtreecommitdiff
path: root/total_error.m
diff options
context:
space:
mode:
Diffstat (limited to 'total_error.m')
-rw-r--r--total_error.m5
1 files changed, 0 insertions, 5 deletions
diff --git a/total_error.m b/total_error.m
deleted file mode 100644
index 78fac56..0000000
--- a/total_error.m
+++ /dev/null
@@ -1,5 +0,0 @@
-function err = total_error(a, b)
-
- err = sum(sum(abs(a - b)));
-
-endfunction