필터 지우기
필터 지우기

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

조회 수: 3 (최근 30일)
Ferial Assmani
Ferial Assmani 2018년 3월 29일
댓글: Rik 2018년 3월 30일
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
Rik
Rik 2018년 3월 30일
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.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Polar Plots에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by