Polarplot plotting a single point not a line
Show older comments
Just like it says
Polarplot is plotting only a single point when the doc clearly says it plots a line out from some theta and some rho
why?
rho = 5
theta = 120*(pi/180)
polarplot(theater,rho)
I have also tried this
rho = 0:.01:5;
theta = 120
polarplot(theta,rho(:)):
Also no go
Accepted Answer
More Answers (0)
Categories
Find more on Axes Appearance 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!