Plot a circle in 3D

The function plots a circle with user defined radius, position and direction
1K descargas
Actualizado 9 dic 2014

Ver licencia

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

Citar como

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

Compatibilidad con la versión de MATLAB
Se creó con R2013b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre 2-D and 3-D Plots en Help Center y MATLAB Answers.
Etiquetas Añadir etiquetas

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
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