Get header of the system information [ Yokogawa MEG Reader toolbox for MATLAB ] brief: This function retrieves information of the system in the file specified file. usage: system_info = getYkgwHdrSystem(filepath) arguments: filepath : file path return values: system_info : structure of system information .version : double, system version .revision : double, system revision .system_id : double, system ID .system_name : string, system name .model_name : string, model name rivision history 1 : 2011.02.14 : 1st argument is modified from file ID to file path. 0 : 2010.06.24 : first release Copyright (C) 2010-2011 Yokogawa Electric Corporation, All Rights Reserved.
0001 % Get header of the system information 0002 % [ Yokogawa MEG Reader toolbox for MATLAB ] 0003 % 0004 % brief: 0005 % This function retrieves information of the system in the file specified file. 0006 % 0007 % usage: 0008 % system_info = getYkgwHdrSystem(filepath) 0009 % 0010 % arguments: 0011 % filepath : file path 0012 % 0013 % return values: 0014 % system_info : structure of system information 0015 % .version : double, system version 0016 % .revision : double, system revision 0017 % .system_id : double, system ID 0018 % .system_name : string, system name 0019 % .model_name : string, model name 0020 % 0021 % rivision history 0022 % 1 : 2011.02.14 : 1st argument is modified from file ID to file path. 0023 % 0 : 2010.06.24 : first release 0024 % 0025 % Copyright (C) 2010-2011 Yokogawa Electric Corporation, All Rights Reserved.