Check if Points Inside a Cylinder

版本 1.0.4 (2.2 KB) 作者: Ayad Al-Rumaithi
Checks if points are inside a cylinder
38.0 次下载
更新时间 2024/9/22

查看许可证

This tool checks if points are inside a cylinder. Example file is provided.
1-function I=CheckPointCylinder(vc1,vc2,d,vp): Checks if there the points are inside the cylinder.
2-function Plot_Cylinder(vc1,vc2,d): Plots the cylinder.
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.
vp is (3*N) coordinate matrix of N points.
output:
I is (1*N) logical vector containing 0 and 1. The value is 1 is if the point is inside the cylinder and 0 if it is outside.

引用格式

Ayad Al-Rumaithi (2024). Check if Points Inside a Cylinder (https://www.mathworks.com/matlabcentral/fileexchange/123925-check-if-points-inside-a-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!
版本 已发布 发行说明
1.0.4

Added website

1.0.3

description

1.0.2

description

1.0.1

summary

1.0.0