Borrar filtros
Borrar filtros

Compass plot change numbre of division in angle (0 to 360)

3 visualizaciones (últimos 30 días)
Ferial Assmani
Ferial Assmani el 29 de Mzo. de 2018
Comentada: Rik el 30 de Mzo. de 2018
Hy, for this plot
x = 2 :-0.25:0;
y = 0:0.25:2;
figure
compass(x,y)
For defaut the increment of theta is 30 degrees, please how i change it (15, 45 ...) for Matlab (R2009b)
  1 comentario
Rik
Rik el 30 de Mzo. de 2018
Surprisingly enough, the plot created by compass is still a normal axis and not a polar axis. That means that there is no ThetaTick property. The quiver function cannot be used in a polar plot, so it would seem the only way to do it is to make your own function to draw arrows in a polar plot. You could also check if the arrow from annotation is to your liking.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Polar Plots en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by