bleeck@3: % tomwalters@0: % (c) 2011, University of Southampton bleeck@3: % Maintained by Stefan Bleeck (bleeck@gmail.com) bleeck@3: % download of current version is on the soundsoftware site: bleeck@3: % http://code.soundsoftware.ac.uk/projects/aimmat bleeck@3: % documentation and everything is on http://www.acousticscale.org bleeck@3: bleeck@3: tomwalters@0: tomwalters@0: tomwalters@0: function ret=release(type) tomwalters@0: tomwalters@0: switch lower(type) tomwalters@0: case 'ver' tomwalters@0: ret='AIM-MAT v1.5'; tomwalters@0: case 'date' tomwalters@0: ret=date; tomwalters@0: otherwise tomwalters@0: ret=''; tomwalters@0: end