Hi,
I had reported the error when loading dicom files back in 2019
But now I encountered again errors when loading dicom files but looked different (attached below). I am still using MATLAB 2018b and the same CERR from github back in 2019. Can you help me out? Many thanks!
Ming
=====================================================
Index exceeds the number of array elements (0).
Error in sortStructures (line 56)
if isObliqScanV(scanInd) % strcmpi(modality,'mr')
Error in dcmdir2planC (line 398)
planC{indexS.structures}(i) = sortStructures(planC{indexS.structures}(i),...
Error in CERRImportDCM4CHE (line 134)
planC = dcmdir2planC(combinedDcmdirS);
Error in CERR (line 133)
CERRImportDCM4CHE;
Error while evaluating UIControl Callback.