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)
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');