help-octave
[Top][All Lists]
Advanced

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

Re: Plotting


From: Miquel Cabanas
Subject: Re: Plotting
Date: Thu, 05 Jun 2003 15:09:44 +0200
User-agent: Mutt/1.3.28i

hello,

On Thu, Jun 05, 2003 at 02:49:54PM +0200, Kristof Timmermans wrote:
>  
> I am using C++ to simulate something, my problem is how I plot something
> using octave/GNUplot. I compile my C++ code and create .oct-files. These
> .oct-files are read in in Octave. But I have a problem to plot.
>  
> Which (C++)-libraries do I have to use in my C++ code, which command(s)
> can I use to plot? Now I use the command feval("semilogx", plotarg,0),
> but then I get my X-as in logaritmic scale, and I want that both my axes
> are linear.
> 

replace semilogx() with plot() to make both axes linear

See help plot in octave for more details.

Miquel

-- 
Miquel E Cabanas ------------------------------------------------------
SeRMN, Universitat Autonoma de Barcelona (address@hidden)
------------------------------------------o-oo--ooo---ooo--oo-o--------



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