Home > functions > gui > project_mgr_dir > get_project_filename.m

get_project_filename

PURPOSE ^

This function returns project filename from 'global project_filename'

SYNOPSIS ^

function [project_filename] = get_project_filename

DESCRIPTION ^

 This function returns project filename from 'global project_filename'

 function [project_filename] = get_project_filename;
 [OUT]
    project_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 [project_filename] = get_project_filename
0002 % This function returns project filename from 'global project_filename'
0003 %
0004 % function [project_filename] = get_project_filename;
0005 % [OUT]
0006 %    project_filename : fullpath project file name.
0007 %
0008 % Copyright (C) 2011, ATR All Rights Reserved.
0009 % License : New BSD License(see VBMEG_LICENSE.txt)
0010 
0011 project_filename = static_project_filename('get');

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