How do I solve this: Warning: Variable 'output' originally saved as a ProcResultClass cannot be instantiated as an object and will be read in as a uint32. ?
Show older comments
I have been struggling a lot trying to extract the data from a file that was exported from Homer3 with the appearance of the warning in the title each time I attempt to load the file. I understand that there is an issue regarding the class definition which I have found.
ProcResultClass with properties:
dod: [1×1 DataClass]
dc: [1×1 DataClass]
dodAvg: []
dcAvg: [1×1 DataClass]
dodAvgStd: []
dcAvgStd: [1×1 DataClass]
dodSum2: []
dcSum2: [1×1 DataClass]
tHRF: []
nTrials: {[12]}
ch: []
grpAvgPass: []
misc: [1×1 struct]
However, I am still unable to solve this issue and thus am unable to retrieve my data with much headache.
It would be very kind if someone could help me out here!
Thank you for reading!
Accepted Answer
More Answers (0)
Categories
Find more on Workspace Variables and MAT Files in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!