function warning_sp(txt) fid=fopen('/sps/sera/delerue/smith-purcell/SPESO/data/warning_sp.txt','a+'); fprintf(fid,'%s \n',txt); fclose(fid); warning(txt); end %function