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')
Kshitij Singh answered .
2025-11-20
Use '.g' instead of '--g'