help-octave
[Top][All Lists]
Advanced

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

Plotting 3D vectors


From: Gad Abraham
Subject: Plotting 3D vectors
Date: Wed, 03 Aug 2005 23:42:25 +1000
User-agent: Mozilla Thunderbird 1.0.6 (X11/20050727)

Hi,

Is it possible to plot vectors in 3D?

I'm trying to visualise some 3D vectors, e.g.:

A = [1;2;3]
B = [5,4,6]
AB = A - B
N = cross(A, B)

I'd like to put dots at points A and B, and then plot the vector AB with an arrow and the normal N with an arrow.

Thanks,
Gad
--
http://yallara.cs.rmit.edu.au/~gabraham
http://chookies.homeunix.org



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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