Read-only property that returns a string with the data file comment.
Comment
nex = actxserver('NeuroExplorer.Application'); doc = nex.OpenDocument('C:\Data\MyDataFile.nex'); comment = doc.Comment;