contents.m
来自「Matlab实现光线跟踪算法」· M 代码 · 共 30 行
M
30 行
% OPT_BENCH - raytracer through optical systems% Version 1.0 20020430% % Ray tracer functions% opt_build - Builds optical system specified in FILE% opt_trace - ray tracing through optical systems.% opt_intersection - Determine the impact point of an optical% opt_refraction - calculation of optical refraction - Snells law.%% Glass characterisation% opt_refrindx - Calculate refractive index % opt_absorption - Calculate the absorption coefficient% % Ploting% opt_plotoptics - Plot the optical system.% % Default structures% opt_ray - RAY creator for OPT_TOOLS% opt_elem - Default opt_elem structure% % Optical elements% opt_aperture - Circular aperture, iris% opt_flens - Thick aproximation of thin lens f focal width% opt_grid - Simple difractive grating, % opt_lens - Spherical thick lens, single glass.% opt_prism - Wedge prism% opt_screen - Screen - imaging detector.% opt_slit - optical slit.%
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?