cartesian to polar form
10 views (last 30 days)
Show older comments
How to write x^2 times e^(xy) in polar function in MATLAB
Answers (1)
Nagasai Bharat
on 3 May 2021
Hi,
To convert co-ordinated from x,y form (cartesian) to r,theta form(polar). The cart2pol function would help you achieve it.
But if want to represent an equation in the polar(Represent a point in place using r and theta as axis) from replace x,y with r.cos(theta), r.sin(theta) where r => radius co-ordinate and theta => angle co-ordinate.
0 Comments
See Also
Categories
Find more on Polar Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!