Index exceeds matrix dimensions.
Mostra commenti meno recenti
Hello Team.
I have R2017a and a am using CERR to calculate the 3D-gamma
I am using DICOM imagen in windows command, I type CERR and on viewer load a plan while a load two file binary with dose diference to calculate 3D gamma. this binary files are Monte carlo dose simulation of radioisotope source
and pop up this error
Index exceeds matrix dimensions.
Error in finterp3 (line 135)
interpV = double(field3M(INDEXLIST)) .* oneMinusRowMod .* oneMinusColMod .* oneMinusSlcMod;
Error in slice3DVol (line 161)
slc = finterp3(xM(:), yM(:), zM(:), data3M(maxY:minY, minX:maxX, minZ:maxZ), xVec, fliplr(yVec), zVec, 0);
Error in prepareDosesForGamma (line 106)
doseTmp = slice3DVol(dA, xV, yV, zV, newZgrid(slcNum), 3, 'linear', inputTM, [], newXgrid, newYgrid);
Error in createGammaDose (line 19)
[newXgrid, newYgrid, newZgrid, doseArray1, doseArray2] = prepareDosesForGamma(doseNum1,doseNum2,1, planC);
Error in CERRGammafnc (line 211)
createGammaDose(baseDose,refDose,doseDiffIN,DTA,threshold);
Error while evaluating UIControl Callback.
2 Commenti
ANKUR KUMAR
il 2 Dic 2017
Please provide us the program, which you have created.
Rik
il 2 Dic 2017
You can use the debugger to follow the execution steps, as well as setting Matlab to stop on error (pause on error on R2017b).
Risposte (0)
Categorie
Scopri di più su Matrix Indexing in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!