returns SPM version string corresponding to design type $Id: type.m 76 2003-12-25 08:19:13Z matthewbrett $
0001 function str = type(o) 0002 % returns SPM version string corresponding to design type 0003 % 0004 % $Id: type.m 76 2003-12-25 08:19:13Z matthewbrett $ 0005 0006 str = 'SPM5';