spherocylinder

This function draws a spherocylinder/capsule for a given orientation.
72 téléchargements
Mise à jour 13 avr. 2018

Afficher la licence

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');

Citation pour cette source

Sathish Sanjeevi (2024). spherocylinder (https://www.mathworks.com/matlabcentral/fileexchange/66904-spherocylinder), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2016b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Lighting, Transparency, and Shading dans Help Center et MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.0.0.0

headline.
comments

Formatting.
Formatting