Mercurial > hg > aimmat
comparison aim-mat/tools/@frame/getminimumvalue.m @ 0:74dedb26614d
Initial checkin of AIM-MAT version 1.5 (6.4.2011).
author | tomwalters |
---|---|
date | Fri, 20 May 2011 12:32:31 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:74dedb26614d |
---|---|
1 % method of class @frame | |
2 % | |
3 % INPUT VALUES: | |
4 % | |
5 % RETURN VALUE: | |
6 % | |
7 % | |
8 % (c) 2003, University of Cambridge, Medical Research Council | |
9 % Stefan Bleeck (stefan@bleeck.de) | |
10 % http://www.mrc-cbu.cam.ac.uk/cnbh/aimmanual | |
11 % $Date: 2003/01/17 16:57:46 $ | |
12 % $Revision: 1.3 $ | |
13 | |
14 function ma=getminimumvalue(fr) | |
15 | |
16 ma=min(min(fr.values)); |