Plot a circle in 3D

版本 1.3.0.0 (19.7 KB) 作者: Andreas Schmid
The function plots a circle with user defined radius, position and direction
1.0K 次下载
更新时间 2014/12/9

查看许可证

This function needs three input parameters:
*Circle radius
*position of the circle midpoint
*vector perpendicular to the surface in which the circle is plotted.
With help of scatter3, the circle is plotted into the current axes and the handle for the new plot is returned to the user

引用格式

Andreas Schmid (2024). Plot a circle in 3D (https://www.mathworks.com/matlabcentral/fileexchange/44047-plot-a-circle-in-3d), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2013b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 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!
版本 已发布 发行说明
1.3.0.0

V 1.1 :Updated as suggested by Atipong => scatter3 replaced by plot3, worked well in a first try

1.2.0.0

The finding of the second vector (v) has been simplified and is more stable now.

1.0.0.0