Home > . > reinit.m

reinit

PURPOSE ^

'reinit': delete the personal parameter file 'uvmat_perso.mat'

SYNOPSIS ^

function reinit

DESCRIPTION ^

'reinit': delete the personal parameter file 'uvmat_perso.mat'

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 %'reinit': delete the personal parameter file 'uvmat_perso.mat'
0002 %
0003 function reinit
0004 dir_perso=prefdir;
0005 profil_perso=fullfile(dir_perso,'uvmat_perso.mat')
0006 if exist(profil_perso,'file')
0007     delete(profil_perso)
0008 end
0009 display('deleted')

Generated on Fri 13-Nov-2009 11:17:03 by m2html © 2003