This tool finds the voxels of a cylinder. Example file is provided.
function voxels=Cylinder2voxels(vc1,vc2,d,vs)
Input:
vc1 is (3*1) coordinate vector for the center of the first circular base of the cylinder.
vc2 is (3*1) coordinate vector for the center of the second circular base of the cylinder.
d is the diameter of the cylinder.
vs is voxels size.
output:
voxels is (N*3) coordinate matrix of the centers of N voxels.
引用格式
Ayad Al-Rumaithi (2025). Voxels of Cylinder (https://www.mathworks.com/matlabcentral/fileexchange/126650-voxels-of-cylinder), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
创建方式
R2017b
兼容任何版本
平台兼容性
Windows macOS Linux标签
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!