execute_Mscript_dke_yp

PURPOSE ^

LUKE - Function for executing any MatLab script without output

SYNOPSIS ^

function [] = execute_Mscript_dke_yp(script_name,script_path)

DESCRIPTION ^

LUKE - Function for executing any MatLab script without output

 Function for executing any MatLab script without output

by Y.Peysson CEA-IRFM <yves.peysson@cea.fr> and Joan Decker CEA-IRFM (joan.decker@cea.fr)

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function [] = execute_Mscript_dke_yp(script_name,script_path)
0002 %LUKE - Function for executing any MatLab script without output
0003 %
0004 % Function for executing any MatLab script without output
0005 %
0006 %by Y.Peysson CEA-IRFM <yves.peysson@cea.fr> and Joan Decker CEA-IRFM (joan.decker@cea.fr)
0007 %
0008 cd(script_path);
0009 eval([script_name,';']);

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