|
Re: vectors with same length [message #61768 is a reply to message #61766] |
Mon, 28 July 2008 14:53  |
Chris[6]
Messages: 84 Registered: July 2008
|
Member |
|
|
On Jul 28, 11:31 am, knielse...@gmail.com wrote:
> Hi,
>
> I am using velovect to create a vector plot. I would like for all the
> vectors to have the same length instead of the length representing
> amplitude. Is there are quick way to do this using velovect, or do I
> have to modify velovect?
>
> Thanks,
> Kim
Wouldn't it be easy to divide your data by their lengths, so that they
all have length one?
velovect, u/sqrt(u^2+v^2), v/sqrt(u^2+v^2), x, y
chris
|
|
|