help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: More Arrows in a plot


From: c.
Subject: Re: More Arrows in a plot
Date: Mon, 19 Nov 2012 15:46:31 +0100

On 19 Nov 2012, at 15:30, ivans1984 wrote:

> i put commands into a script like this
> 
> quiver3(0,0,0,x1,y1,z1)
> quiver3(0,0,0,x2,y2,z2)
> quiver3(0,0,0,x3,y3,z3)

quiver3 ([0, 0, 0], [0, 0, 0], [0, 0, 0], [x1, x2, x3], [y1, y2, y3], [z1, z2, 
z3]);

HTH,
c.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]