While there are many regression tools in matlab, there are few that do all the types of calculations typically needed by analytical chemists for performing linear regression and error calculations for unknowns measured with a calibration curve, all in one spot.
The function takes two vectors X and Y, which must be the same length, and which contain the calibration data. Optional inputs include a matrix of unknown measurements and whether results should be dumped to the screen or not. Unknowns must be provided with different samples in columns, replicate measurements in rows. If samples have different numbers of replicate measurements, pad the missing values with NaNs
Results are reported back in two simple structures, one with regression stats and one with results for any measured unknowns.
There are much more powerful tools out there, but this is one that any undergrad chemist just getting into MATLAB can use to handle their data.
引用格式
James Harynuk (2024). Calibration curve (https://www.mathworks.com/matlabcentral/fileexchange/71623-calibration-curve), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
创建方式
R2018a
兼容任何版本
平台兼容性
Windows macOS Linux类别
在 Help Center 和 MATLAB Answers 中查找有关 Linear Regression 的更多信息
标签
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!