polarscatter with custom size and colour based on each value

4 views (last 30 days)
Hello guys i want to create a pollar plot similar to this one,by using the command 'polarscatter' of matlab.
The point is that the size and the color of each ploted value must change depending on a colorbar.
Is this possible?

Answers (1)

Image Analyst
Image Analyst on 3 Apr 2022
Read the documentation. You want the call where you pass in the colors of each marker:
polarscatter(theta,rho,sz,c) specifies the marker colors. You can specify one color for all the markers, or you can vary the color. For example, you can plot all red circles by specifying c as 'red'.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!