summaryrefslogtreecommitdiffstats
path: root/matlab/tools/ROIselectfull.m
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2016-11-28 15:54:07 +0100
committerWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2016-11-28 16:16:05 +0100
commit71db6331f8dd0d5abbeee92977af01293be4f427 (patch)
treee2df3688c0dae5d2ca2c1991997b5f6e0a2eaaba /matlab/tools/ROIselectfull.m
parent3cfc4df88a9f70ab6fae8ce0ed955295c5ead9ca (diff)
downloadastra-71db6331f8dd0d5abbeee92977af01293be4f427.tar.gz
astra-71db6331f8dd0d5abbeee92977af01293be4f427.tar.bz2
astra-71db6331f8dd0d5abbeee92977af01293be4f427.tar.xz
astra-71db6331f8dd0d5abbeee92977af01293be4f427.zip
Update headers (website+2016)
Diffstat (limited to 'matlab/tools/ROIselectfull.m')
-rw-r--r--matlab/tools/ROIselectfull.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/matlab/tools/ROIselectfull.m b/matlab/tools/ROIselectfull.m
index a50c979..cc1eaa0 100644
--- a/matlab/tools/ROIselectfull.m
+++ b/matlab/tools/ROIselectfull.m
@@ -15,4 +15,4 @@ end
function A = Afstand(x1,y1,x2,y2)
A = sqrt((x1-x2).^2+(y1-y2).^2);
-end \ No newline at end of file
+end