Create Circles

版本 1.0.0.0 (1.9 KB) 作者: J.A. Disselhorst
Create circles and other shapes with the mouse.
1.9K 次下载
更新时间 2008/6/18

无许可证

Lets you create a circle with N points in the current figure. Use the mouse to indicate the center and adjust the radius. Press ENTER to confirm the shape and output its X and Y values. The N parameter is optional. Default 20.
N = 3 can be used to draw triangles, N = 4 to draw squares etc.

Uses parts of getrect and getline (c) The MathWorks, inc.

引用格式

J.A. Disselhorst (2024). Create Circles (https://www.mathworks.com/matlabcentral/fileexchange/20319-create-circles), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2006a
兼容任何版本
平台兼容性
Windows macOS Linux
致谢

启发作品: draw

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0

edit: inspired by