I am trying to work and i get this error message:
Reference to non-existent field 'DiscBytes'.
Error in CheckIsLastEntry (line 46) if isempty(w) || d.bytes~=w.TagOffset+w.DiscBytes+8
Error in argcheck (line 41) if CheckIsLastEntry(filename,varname)==false
Error in AppendColumns (line 53) filename=argcheck(filename, varname);
Am I missing something important ?
Anonymous
You seem to have CSS turned off. Please don't fill out this field.
My guess is that you do not have a version 6 MAT-file.
It workt for me.
Just add '-v6' whenever you save a variable on disc.
Regards
I am trying to work and i get this error message:
Reference to non-existent field 'DiscBytes'.
Error in CheckIsLastEntry (line 46)
if isempty(w) || d.bytes~=w.TagOffset+w.DiscBytes+8
Error in argcheck (line 41)
if CheckIsLastEntry(filename,varname)==false
Error in AppendColumns (line 53)
filename=argcheck(filename, varname);
Am I missing something important ?
My guess is that you do not have a version 6 MAT-file.
View and moderate all "Help" comments posted by this user
Mark all as spam, and block user from posting to "Discussion"
It workt for me.
Just add '-v6' whenever you save a variable on disc.
Regards