[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
More Arrows in a plot
From: |
ivans1984 |
Subject: |
More Arrows in a plot |
Date: |
Mon, 19 Nov 2012 06:30:09 -0800 (PST) |
Hello
i'm a newbie user of octave
i'd like to plot 3 vectors in R3 space using command quiver3
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)
where the vectors are v1=[x1 y1 z1]
v2 = [x2 y2 z2]
v3 = [x3 y3 z3]
if i run the script i see only 1 arrow plotted, instead of 3.
can you tell where is the mistake?
thanks!
--
View this message in context:
http://octave.1599824.n4.nabble.com/More-Arrows-in-a-plot-tp4646761.html
Sent from the Octave - General mailing list archive at Nabble.com.
- More Arrows in a plot,
ivans1984 <=