How to divide the circle into specified sectors????

Hi, I have to divide the Circle in specified sectors.... . The angles and radius for cirlces should be specified by some criteria......

답변 (1개)

John D'Errico
John D'Errico 2018년 2월 9일
편집: John D'Errico 2018년 2월 9일

0 개 추천

So generate a mesh of points at the desired polar angle and radius.
help meshgrid
Convert to cartesian coordinates.
help pol2cart
Plot the result.
help plot
When you have a problem that you cannot solve, break it down into simple sub-problems, ones that you can solve. Then solve each piece and put it all together.

카테고리

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

질문:

2018년 2월 9일

편집:

2018년 2월 9일

Community Treasure Hunt

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

Start Hunting!

Translated by