Get header of the subject information [ Yokogawa MEG Reader toolbox for MATLAB ] brief: This function retrieves information of the subject in the specified file. usage: subject = getYkgwHdrSubject(filepath) arguments: filepath : file path return values: subject : structure of subject information .id : string, id .name : string, name .birthday : string, birthday .sex : string, sex .handed : string, handed 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 subject information 0002 % [ Yokogawa MEG Reader toolbox for MATLAB ] 0003 % 0004 % brief: 0005 % This function retrieves information of the subject in the specified file. 0006 % 0007 % usage: 0008 % subject = getYkgwHdrSubject(filepath) 0009 % 0010 % arguments: 0011 % filepath : file path 0012 % 0013 % return values: 0014 % subject : structure of subject information 0015 % .id : string, id 0016 % .name : string, name 0017 % .birthday : string, birthday 0018 % .sex : string, sex 0019 % .handed : string, handed 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.