help-octave
[Top][All Lists]
Advanced

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

Re: polar plots


From: Stefan Müller
Subject: Re: polar plots
Date: Mon, 25 Apr 2005 14:05:41 +0200
User-agent: Debian Thunderbird 1.0 (X11/20050116)

Hi Mutu,

you can also use epstk for octave,
if you need more features (color,images, text ...).

e.g.
x = [-pi:pi/20:pi];y=sin(x);
eopen;
 epolar(x,y,'antenna patterns',0,[1 0 0]);
eclose;ebbox(5);eview


Stefan




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