Which version of Excel can plot in POLAR COORDINATES?

G

Guest

I need to plot equations expressed in (r, theta) coordinates, WITHOUT first
converting them to Cartesion (x,y) coordinates. Can anyone advise if Excel
has this capability - if so, I certainly have not been able to find
it!.....Thanx
 
G

Guest

Andy Pope said:
Hi,

It is not built in. You will have to use formula to convert them.

I have an addin that may make things easier. The page also includes some
links to alternative solutions.
http://www.andypope.info/charts/polarplot.htm

Cheers
Andy

Hi Andy - thanx for the reply - but I still have some questions...

I gather that there is no built in Excel polar coordinate plot capabilty -
you mention that a conversion formula is necessary - are you say that the (r,
theta) point must first be converted to x,y coordiantes, and then plotted?

Or let me ask it another way - how did you generate the underlying polar
coordinate grid ?

Regards......mjzocc
 
A

Andy Pope

Yes you need to convert the (r,theta) values into (x,y)

X: =COS(RADIANS(theta))* r
Y: =SIN(RADIANS(theta))* r

If you do not want to use helper columns for this you can use formula in
Named ranges.

Cheers
Andy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top