2次元画像の中心に以下のコードのような円を描写したいのですが、どうすればよいでしょうか?
이전 댓글 표시
%// radius
r = 2;
%// center
c = [3 3];
pos = [c-r 2*r 2*r];
rectangle('Position',pos,'Curvature',[1 1])
axis equal
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 イメージ에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!