prod:

Syntax:	prod ( A )

Description:

	Compute the product of the elements of A (if A is a vector).
	If A is a matrix return a row vector containing the product of
	each column. 
