i'm trying to load part of array in a matfile like is showed in http://www.mathworks.com/help/matlab/ref/matfile.html
however, when i use loadedData = matObj.varName(indices) i keep getting: 'varName' does not exist
someone knows what's rong?
i'm trying to load part of array in a matfile like is showed in http://www.mathworks.com/help/matlab/ref/matfile.html
however, when i use loadedData = matObj.varName(indices) i keep getting: 'varName' does not exist
someone knows what's rong?
In place of VarName you should use the name of the actual variable you want to retrieve.
Suppose you have saved a variable
AintomyMat: