...this is a log of code snippets and useful tips I wrote/found. Should you find any mistakes or have any useful suggestions, please do not hesitate to write to me.
Thursday, August 28, 2014
checking for a field in struct matlab
To check if stuct S has a field called 'fieldName', use: isfield(S, 'fieldname')
No comments:
Post a Comment