Documentation of release


Index of all files: short | long | this subdirectory only: short | long


Function Synopsis

ret=release(type)

Help text

 
 (c) 2011, University of Southampton
 Maintained by Stefan Bleeck (bleeck@gmail.com)
 download of current version is on the soundsoftware site: 
 http://code.soundsoftware.ac.uk/projects/aimmat
 documentation and everything is on http://www.acousticscale.org

Cross-Reference Information

This function calls This function is called by

Listing of function release






function ret=release(type)

switch lower(type)
    case 'ver'
        ret='AIM-MAT v1.5';
    case 'date'
        ret=date;
    otherwise 
        ret='';
end

Produced by mtree2html by Hartmut Pohlheim