From: Riyman Makbeel on
Hi,

I have a long vertical vector. I want to multiply all the elements in the vector...What is the command I should use?

Thank you for your help,
RM
From: Oleg Komarov on
"Riyman Makbeel" <r_iman_2008(a)hotmail.com> wrote in message <hljal3$pl4$1(a)fred.mathworks.com>...
> Hi,
>
> I have a long vertical vector. I want to multiply all the elements in the vector...What is the command I should use?
>
> Thank you for your help,
> RM

help logical operators

Oleg
From: Oleg Komarov on
Typo:
Arithmetic operators

Oleg
From: Riyman on
"Oleg Komarov" <oleg.komarovRemove.this(a)hotmail.it> wrote in message <hljbsq$gjc$1(a)fred.mathworks.com>...
> Typo:
> Arithmetic operators
>
> Oleg

Thank you for the hint, but I could not find a command that multiply all elements ofa single vector....
Please let me know if you know.

Thanks
RM
From: Jos (10584) on
"Riyman Makbeel" <r_iman_2008(a)hotmail.com> wrote in message <hljal3$pl4$1(a)fred.mathworks.com>...
> Hi,
>
> I have a long vertical vector. I want to multiply all the elements in the vector...What is the command I should use?
>
> Thank you for your help,
> RM

help prod

Jos