I have to create a very big 3D matrix (such as: 500000x60x60). Is there any way to do this in matlab?
500000x60x60
When I try
omega = zeros(500000,60
Since your matrix is sparse, try to use ndsparse (N-dimensional sparse arrays FEX)