Calibration curve

Calibration curve calculation tool for analytical chemists.

Ahora está siguiendo esta publicación

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.

Citar como

James Harynuk (2026). Calibration curve (https://la.mathworks.com/matlabcentral/fileexchange/71623-calibration-curve), MATLAB Central File Exchange. Recuperado .

Información general

Compatibilidad con la versión de MATLAB

  • Compatible con cualquier versión

Compatibilidad con las plataformas

  • Windows
  • macOS
  • Linux
Versión Publicado Notas de la versión Action
1.11

Moved a line of code for unknown stats output structure generation so that it only fills output variable when unknown y values are input.

1.1