make_path_LOCAL

PURPOSE ^

SYNOPSIS ^

function make_path_LOCAL

DESCRIPTION ^

---------------------------------------------------------------------------------------------------
-------------------------------------- PATH PARAMETERS --------------------------------------------
---------------------------------------------------------------------------------------------------

 Create the local file LUKE_PATH.mat

 WARNING: matlab versions before 7.5 (R2007b) are no longer supported
 
 by Y.Peysson CEA/DSM/IRFM <yves.peysson@cea.fr> and Joan Decker CEA/DSM/IRFM (joan.decker@cea.fr)

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function make_path_LOCAL
0002 %
0003 %---------------------------------------------------------------------------------------------------
0004 %-------------------------------------- PATH PARAMETERS --------------------------------------------
0005 %---------------------------------------------------------------------------------------------------
0006 %
0007 % Create the local file LUKE_PATH.mat
0008 %
0009 % WARNING: matlab versions before 7.5 (R2007b) are no longer supported
0010 %
0011 % by Y.Peysson CEA/DSM/IRFM <yves.peysson@cea.fr> and Joan Decker CEA/DSM/IRFM (joan.decker@cea.fr)
0012 %
0013 dkepath = load_dkepath_yp;% Load local path profile
0014 %
0015 %---------------------------------------------------------------------------------------------------
0016 %
0017 % save LUKE_PATH.mat
0018 %
0019 pathfile = [dkepath.luke_root,'Project_DKE/Database/PATH_files/LUKE_PATH.mat'];
0020 save(pathfile,'dkepath');
0021 disp('------------------------------------------------------');
0022 disp(['---> The dkepath structure is saved in ',pathfile]);
0023 %

Community support and wiki are available on Redmine. Last update: 18-Apr-2019.