summaryrefslogtreecommitdiff
path: root/total_error.m
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2012-05-12 14:06:40 +0200
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2012-05-12 14:06:40 +0200
commitb0e25fbd55c8db08ec0e508c71c5142fe45a6c96 (patch)
tree24c5e4827d2dd3778eb07c4407a5820c78345ddd /total_error.m
parent0cb152041b0f658e9acd7cbfac19509c037a7366 (diff)
downloaddmc-b0e25fbd55c8db08ec0e508c71c5142fe45a6c96.tar.gz
dmc-b0e25fbd55c8db08ec0e508c71c5142fe45a6c96.tar.bz2
dmc-b0e25fbd55c8db08ec0e508c71c5142fe45a6c96.zip
Implement calc_error and total_error as anonymous functions
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