source: trunk/src/reinit.m @ 643

Last change on this file since 643 was 2, checked in by gostiaux, 14 years ago
  • Initial import
  • Add .m files in src
  • Add .fig files in src
  • Add .xml config files
File size: 238 bytes
Line 
1%'reinit': delete the personal parameter file 'uvmat_perso.mat'
2%
3function reinit
4dir_perso=prefdir;
5profil_perso=fullfile(dir_perso,'uvmat_perso.mat')
6if exist(profil_perso,'file')
7    delete(profil_perso)
8end
9display('deleted')       
Note: See TracBrowser for help on using the repository browser.