You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some applications it might be interesting to first evaluate on a 2D phantom. However, matRad has problems when the 3rd dimension is only of size 1 (MATLAB removes the last dimension and thus some array accesses fail, for example sz = size(ct.cube{1}) gives only a 1x2 array, and sz(3) will then lead to a crash.)
The text was updated successfully, but these errors were encountered:
For some applications it might be interesting to first evaluate on a 2D phantom. However, matRad has problems when the 3rd dimension is only of size 1 (MATLAB removes the last dimension and thus some array accesses fail, for example sz = size(ct.cube{1}) gives only a 1x2 array, and sz(3) will then lead to a crash.)
The text was updated successfully, but these errors were encountered: