Thread
:
Definite product in matlab
View Single Post
Mar21-12, 01:34 PM
#
3
dunyali
Hi, marcusl
I have a 4d matrix M, with size: a * b * c * n
This is exactly what I want: M(:,:,:,1).*M(:,:,:,2).*....*M(:,:,:,n) (this is element wise multiplication of the elements)
Please help.