Closed jacobwilliams closed 5 years ago
This reshape call for the 3d ink routine:
ink
temp(1:nx*ny*nz) = reshape( fcn, [nx*ny*nz] )
Is crashing for large data sets. Replace with loops. Note there is also another one for the 5D routine.
This reshape call for the 3d
ink
routine:Is crashing for large data sets. Replace with loops. Note there is also another one for the 5D routine.