Hi,
When I tried to load a xxx.mat.bz2 CERR file using the command loadPlanC:
planC = loadPlanC(myCERRfile, myTempDir)
where myCERRfile is the full path to the .bz2 file and myTempDir is the temporary folder holding the uncompressed .mat file, e.g., myTempDir = 'C:/temp'. However, I still received the errors:
>> planC=loadPlanC('NSCLC-Cetuximab\Processed\test\0617-305105.mat.bz2', 'C:\Temp')
CERR>> Decompressing 0617-305105.mat.bz2...
7-Zip 4.65 Copyright (c) 1999-2009 Igor Pavlov 2009-02-03
Error:
cannot find archive
CERR>> Loading 0617-305105.mat.bz2...
Warning: File 'C:\Temp\0617-305105.mat' not found.
> In loadPlanC (line 78)
Error using loadPlanC (line 85)
.mat, .mat.bz2 or .mat.zip file does not contain a planC variable.
What did I do wrong here? Thanks a bunch for any suggestions.
Ming