Feeds
提问
apply 3D DCT on a 3d matrix
Hello, Is there any way to apply 3d dct on a 3d matrix without using the multidimensional function mirt_dctn? i.e. working s...
5 years 前 | 1 个回答 | 0
1
个回答提问
Divide a 3D matrix into smaller 3D matrixes
Hello, I have a 3D matrix e.g. 100x200x400. How can I divide it into 100 submatrices which dimensions are 100x200x4?...
5 years 前 | 1 个回答 | 0
1
个回答提问
Display an RGB image
Hello, I'm trying to display an image which is generated by R, G and B channels. Each channel is a 225x225 image. When I comb...
5 years 前 | 1 个回答 | 0
1
个回答提问
reshape a 3d matrix into 2d
Hello, Im trying to convert a 3d matrix x(9,9,625) into a 2d x2(225,225) . I want to put each (:,:,i) of x in order for the fir...
5 years 前 | 1 个回答 | 0