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!