How to plot a single coordinate, not the vector between them?

1 view (last 30 days)
Hi! I am using the polar function to plot two coordinates on the polar coordinate system, however, I am getting a line between them, I just want two separate points on the coordinate system, not the line between them, I appreciate any help!
ps. radiusStarts/Stops and alphaStart/Stops are the two variables I want to plot.
polar([radiusStarts alphaStarts],[radiusStops alphaStops],'--g')

Accepted Answer

Walter Roberson
Walter Roberson on 5 Apr 2011
Use '.g' instead of '--g'

More Answers (0)

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!