LUKE - Remove all binary files (*.mat) in the ~/LUKE/Project_DKE/Database This script removes all *.mat files in the database~/LUKE/Project_DKE/Database by Yves Peysson <yves.peysson@cea.fr> (CEA/DSM/IRFM) and Joan Decker <joan.decker@cea.fr> (CEA/DSM/IRFM)
0001 function [] = remove_all 0002 %LUKE - Remove all binary files (*.mat) in the ~/LUKE/Project_DKE/Database 0003 % 0004 %This script removes all *.mat files in the database~/LUKE/Project_DKE/Database 0005 % 0006 % by Yves Peysson <yves.peysson@cea.fr> (CEA/DSM/IRFM) and Joan Decker <joan.decker@cea.fr> (CEA/DSM/IRFM) 0007 % 0008 clearmat('DISPLAY_files') 0009 clearmat('DKEPARAM_files') 0010 clearmat('EQUIL_files') 0011 clearmat('HXR_files') 0012 clearmat('OHM_files') 0013 clearmat('PATH_files') 0014 clearmat('RIPPLE_files') 0015 clearmat('TRANSP_files') 0016 clearmat('WAVE_files') 0017 %