Draw a filled circle

버전 1.0.0.0 (2.04 KB) 작성자: Sadik
Plots a filled circle with given radius, center and color.
다운로드 수: 8.2K
업데이트 날짜: 2010/5/23

라이선스 보기

FILLEDCIRCLE Filled circle drawing

filledCircle(CENTER,R,N,COLOR) draws a circle filled with COLOR that has CENTER as its center and R as its radius, by using N points on the periphery.

Usage Examples,

filledCircle([1,3],3,1000,'b');
filledCircle([2,4],2,1000,'r');

If you would like to generate the screenshot image above, you could do this:

filledCircle([1,3],3,100,'k');
hold on
filledCircle([-0.25,4.25],1,100,'r');
filledCircle([2.5,3],1,100,'g');
filledCircle([0.1,1.7],1,100,'b');
axis off

Best.

인용 양식

Sadik (2024). Draw a filled circle (https://www.mathworks.com/matlabcentral/fileexchange/27703-draw-a-filled-circle), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2010a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Surfaces, Volumes, and Polygons에 대해 자세히 알아보기
도움

받음: Draw a circle.

줌: circlem, circle plotter

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0