source:
trunk/src/reinit.m
@
767
Last change on this file since 767 was 2, checked in by , 15 years ago | |
---|---|
File size: 238 bytes |
Line | |
---|---|
1 | %'reinit': delete the personal parameter file 'uvmat_perso.mat' |
2 | % |
3 | function reinit |
4 | dir_perso=prefdir; |
5 | profil_perso=fullfile(dir_perso,'uvmat_perso.mat') |
6 | if exist(profil_perso,'file') |
7 | delete(profil_perso) |
8 | end |
9 | display('deleted') |
Note: See TracBrowser
for help on using the repository browser.