help-octave
[Top][All Lists]
Advanced

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

Re: Plotting 3D vectors


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

Jonathan Stickel wrote:
Gad Abraham wrote:

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



This can be done nicely with Octaviz (octaviz.sourceforge.net):


Thanks Jonathan.

I've spent the last few hours getting VTK and Octaviz up and running (sadly no packages for Ubuntu Linux).

Is there a mailing list for Octaviz?

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]