Recent content by dunyali

  1. D

    MATLAB Learn How to Calculate Product in MATLAB (R2010a) | Step-by-Step Guide

    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.
  2. D

    MATLAB Learn How to Calculate Product in MATLAB (R2010a) | Step-by-Step Guide

    Can someone tell me how to do the following in MATLAB (R2010a): f(1)*f(2)*...*f(n) thanx in advance.
Back
Top