2次元画像の中心に以下のコードのような円を描写したいのですが、どうすればよいでしょうか?
Ältere Kommentare anzeigen
%// radius
r = 2;
%// center
c = [3 3];
pos = [c-r 2*r 2*r];
rectangle('Position',pos,'Curvature',[1 1])
axis equal
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu イメージ finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!