tomwalters@0: % procedure for 'aim-mat' tomwalters@0: % tomwalters@0: % INPUT VALUES: tomwalters@0: % tomwalters@0: % RETURN VALUE: tomwalters@0: % tomwalters@0: % 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: tomwalters@0: tomwalters@0: tomwalters@0: function aim_savefile(handles,fr,name,type,modul,options,all_options) tomwalters@0: tomwalters@0: str.type=modul; tomwalters@0: str.data=fr; tomwalters@0: str.options=options; tomwalters@0: str.all_options=all_options; tomwalters@0: tomwalters@0: eval(sprintf('%s=str;',type)); tomwalters@0: tomwalters@0: lookpath=fullfile(handles.info.original_soundfile_directory,name); tomwalters@0: tomwalters@0: str5=sprintf('save(''%s'',''%s'');',lookpath,type); tomwalters@0: eval(str5); tomwalters@0: