How to divide the circle into specified sectors????
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Hi, I have to divide the Circle in specified sectors.... . The angles and radius for cirlces should be specified by some criteria......
0 comentarios
Respuestas (1)
John D'Errico
el 9 de Feb. de 2018
Editada: John D'Errico
el 9 de Feb. de 2018
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.
0 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!