|
"Snow White" <gulesaman@gmail.com> wrote in message <hrbmkc$qor$1@fred.mathworks.com>...
> Hello,
>
> I have two vectors v1 and v2 and i want to take their dot product(inner product) as i want to eliminate calculation of an angle but the problem is that the vectors are not of equal length. v1 is 1x19 and v2 is 1x3. Is there a way to modify these and get a dot product?
>
You are not listening. What you have asked to do is
mathematically nonsensical.
A dot product is a well defined thing, but not between
things of different dimensions. So please explain what
these vectors represent, and what the angle is that you
wish to compute in that context, and we may be able
to help you.
John
|