When I plot a polar.. How can I put the center of the 'marker' inside the 'circle' of the polar (not in the patch edge)?

조회 수: 2 (최근 30일)
c=20;
b=zeros(1,c)
a=zeros(1,c)
for i=1:c
b(i)=(2*pi)*((i-1)/c)
end
for j=1:c
a(j)=1
end
length(b)
length(a)
p=polar(b,a,'ob')

답변 (1개)

Joseph Cheng
Joseph Cheng 2015년 7월 6일
there is no direct way to set axis limits but you can do what they suggest http://www.mathworks.com/matlabcentral/answers/8948-polar-plots-axis-limits and plot an invisible point tricking matlab to increase the 'circle'

카테고리

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