Polar axes

Stefan Müller stefan.mueller at fgan.de
Mon Sep 1 03:55:25 CDT 2008


Hi,

there is a toolkit for octave (octave-epstk)
to plot polar plots !

For example:

x=0:0.01:2*pi;
y=sin(x).*cos(2*x).*sin(3*x);

eopen('polarplot.eps')
epolar(x,y);
eclose
eview



Regards

   Stefan


More information about the Help-octave mailing list