spherocylinder

This function draws a spherocylinder/capsule for a given orientation.

Ahora está siguiendo esta publicación

This script draws spherocylinder/capsule of any aspect ratio for a given centre coordinate and orientation. The input parameters are:
pos - Centre of the spherocylinder
vec - Orientation vector
totalLength - Total length of the spherocylinder including the hemispherical ends.
AR - Aspect ratio of the spherocylinder. AR=1 implies a sphere.

Since the code is developed for a multi-spherocylinder system, lighting effects are not included in the code. Include the following commands for the lighting (or after the "end" of the "for loop" for a multiparticle system):

set(gca,'CameraPosition',[1 1 1]);
box on;
daspect([1,1,1]);
camlight('left');

Citar como

Sathish Sanjeevi (2026). spherocylinder (https://la.mathworks.com/matlabcentral/fileexchange/66904-spherocylinder), MATLAB Central File Exchange. Recuperado .

Información general

Compatibilidad con la versión de MATLAB

  • Compatible con cualquier versión

Compatibilidad con las plataformas

  • Windows
  • macOS
  • Linux
Versión Publicado Notas de la versión Action
1.0.0.0

headline.
comments

Formatting.
Formatting