How to plot such figure in MATLAB?

조회 수: 2 (최근 30일)
Abdelwahab Afifi
Abdelwahab Afifi 2021년 9월 2일
댓글: Abdelwahab Afifi 2021년 10월 4일

채택된 답변

Wan Ji
Wan Ji 2021년 9월 2일
편집: Wan Ji 2021년 9월 2일
use polarplot
theta = 0:0.1:pi;
r = 1+0.6*sin(10*theta);
polarplot(theta,r);
set(gca,'ThetaLim',[0 180])
set(gca,'Rdir','reverse')
  댓글 수: 1
Abdelwahab Afifi
Abdelwahab Afifi 2021년 10월 4일
what about the negative range on x-axis?

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Graphics Objects에 대해 자세히 알아보기

태그

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by