View Factors

版本 1.0.0.0 (3.0 KB) 作者: Nicolas Lauzier
MATLAB function that calculates view factors between two planar surfaces.
3.1K 次下载
更新时间 2004/8/13

无许可证

View factor is a MATLAB function that uses the CDIF (contour double integral formula) to calculates view factors between planar surfaces(polygons), no matter what are the shape and the orientation of the two figures.

All you need to enter is the coordinates of the vertices that define the outlines of the two figures and the level of precision desired (number of significant digits).

example:

Use the following command to calculate the view factors between two parallel triangles of coordinates (0,0,0),(1,0,0),(0,1,0) and (0,0,1),(2,0,1),(0,2,1)
with a precision of 6 significant digits.

[vfactor12,vfactor21,area1,area2]=viewfactor([[0,0,0];[1,0,0];[0,1,0]],[[0,0,1];[2,0,1];[0,2,1]],6)

引用格式

Nicolas Lauzier (2024). View Factors (https://www.mathworks.com/matlabcentral/fileexchange/5664-view-factors), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R13
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Calculus 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0

Grammatical error in the description (significANT digits)