Sellmeier Dispersion fitting

refractive index data fitting using Sellmeier equation
1.2K 次下载
更新时间 2014/6/24

查看许可证

refractive index data fitting by using nlinfit function and Sellmeier Dispersion equation.
load your refractive index data file here in my example Nb2O5 'you can change this file'. put your expected values of sellmeier coefficients
coeffs1 = [1 1.8 0.1 1 0.12];
in selmier.m file.
you can change the number of coefficients by example:
coeffs1 = [1 1.8 0.1 1 0.12 5 18];
and get as a result the fitted values in newcoeff.

引用格式

Mohammad alshikh khalil (2024). Sellmeier Dispersion fitting (https://www.mathworks.com/matlabcentral/fileexchange/47047-sellmeier-dispersion-fitting), MATLAB Central File Exchange. 检索来源 .

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

Community Treasure Hunt

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

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