Plot the circle with centre at (1,2) and radius 3 in red colour.

조회 수: 2 (최근 30일)
Ravi Prakash
Ravi Prakash 2018년 9월 9일
답변: Image Analyst 2018년 9월 9일
circle plotting

답변 (1개)

Image Analyst
Image Analyst 2018년 9월 9일
Try this:
viscircles([1,2], 3, 'Color', 'r')
grid on;
axis equal;

카테고리

Help CenterFile Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by