how to plot an angle quadrant?

hello
master,i want to plot an angle quadrant like this? then I have array A, the content is [294,295,290……],the A is in this coordinate system。 the question is how i make it.

답변 (1개)

Ameer Hamza
Ameer Hamza 2020년 9월 22일
편집: Ameer Hamza 2020년 9월 22일

0 개 추천

What about something like this
theta = [290 294 200 175 95 45 30 276 320];
polarplot(theta*pi/180, ones(size(theta)), '.', 'MarkerSize', 20);

댓글 수: 1

Rik
Rik 2020년 9월 23일
Comment posted as answer by mang:
thank you very much,i have a try

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

카테고리

도움말 센터File Exchange에서 Annotations에 대해 자세히 알아보기

질문:

2020년 9월 22일

댓글:

Rik
2020년 9월 23일

Community Treasure Hunt

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

Start Hunting!

Translated by