How to create 3 dimensions matrix in numpy , like matlab a(:,:,:)

Viewed 52150

How to create 3 dimensions matrix in numpy , like matlab a(:,:,:) . I try to convert matlab code that create 3d matrix to python by use numpy.array and i don't know how to create 3d matrix/array in numpy

1 Answers
Related