help-octave
[Top][All Lists]
Advanced

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

Re: Plotting 3D in Octave


From: Geordie McBain
Subject: Re: Plotting 3D in Octave
Date: Tue, 15 Jun 2004 10:39:35 +0200
User-agent: KMail/1.5.4

Yes, gsplot is different from the MATLAB way, but it does do the job of 
plotting parametric space curves.  See the code for the Lorentz Strange 
Attractor example at:

        http://wiki.octave.org/wiki.pl?SimpleExamples


On Mon, 14 Jun 2004 12:33 pm, Hugo Neto wrote:
> Dear All,
>
> I'm in troubles with plotting 3D graphics in Octave. May be my mistake but
> i have already read lots of mails regarding this subject but i didn't find
> anything focused in this point.
>
> The problem is that i have a piece of code in Matlab using the "plot3"
> command. With this command we are able to have 3 independent variables.
>
> X with [1x1200] dimension;
> Y with [1x1200] dimension;
> Z with [1x1200] dimension;
>
> The "plot3" in Matlab is directly applicable, so... it's very easy.
>
> In Octave, a don't know how can i represent the same results. With the
> "mesh" command, so far as i know, we have the z variable dependent of x and
> y and this is not the aim. With "gsplot" executing the "gsplot[x y z]" the
> graphics are totally diferent as in Matlab.
>
> How can i build the graphics in Octave with 3 independent variables? There
> is any application to perform 3D graphics in Octave?
>
> Thanks in advance... for the great support.
>
> Regards
>
> Hugo Neto



-------------------------------------------------------------
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]