Home > functions > gui > project_mgr_dir > set_project_filename.m

set_project_filename

PURPOSE ^

This function sets project filename to global variable.

SYNOPSIS ^

function set_project_filename(filename)

DESCRIPTION ^

 This function sets project filename to global variable.
 The filename is used for recording the result of 
 job execution to project file.

 function set_project_filename(filename)
 [IN]
    filename : fullpath project file name.

 Copyright (C) 2011, ATR All Rights Reserved.
 License : New BSD License(see VBMEG_LICENSE.txt)

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function set_project_filename(filename)
0002 % This function sets project filename to global variable.
0003 % The filename is used for recording the result of
0004 % job execution to project file.
0005 %
0006 % function set_project_filename(filename)
0007 % [IN]
0008 %    filename : fullpath project file name.
0009 %
0010 % Copyright (C) 2011, ATR All Rights Reserved.
0011 % License : New BSD License(see VBMEG_LICENSE.txt)
0012 
0013 static_project_filename('set', filename);
0014

Generated on Tue 27-Aug-2013 11:46:04 by m2html © 2005