Data Uncertainty Format for LaTeX Table

Version 1.1.0 (2,49 ko) par Niko Lay
The function ErrVec(dat, err) creates a cell array of inputted data and its uncertainty with standard error notation in LaTeX format.
18 téléchargements
Mise à jour 12 jan. 2021

Afficher la licence

Given a set of data together with its error, this program will create a cell array that consists of strings of corresponding data with its uncertainty in the standard uncertainty notation in LaTeX format.

The following notations are included:

$21,284 \pm 0,023$
$(2,128 \pm 0,023)\cdot 10^{-4}$
$21,28495(48)$
$21,28495(48)\cdot 10^{-7}$

The program will choose the most convenient notation automatically according to the length of the returned string in LaTex, since the whole point of this program is actually to make the creation of a table of one's experimental data in LaTeX much easier. If you type for example ErrVec(0.0000010348194, 0.0000000356123), it will return {'$(1,035 \pm 0,036)\cdot 10^{-6}$'}. It will automatically adjust the number of significance of the uncertainty, from which the number of the data decimals will be written.

See also:

Víctor Martínez-Cagigal (2020). MATLAB Table to LaTeX conversor (https://www.mathworks.com/matlabcentral/fileexchange/69063-matlab-table-to-latex-conversor), MATLAB Central File Exchange. Retrieved December 30, 2020.

in order for you to make the corresponding LaTex table.

Citation pour cette source

Niko Lay (2024). Data Uncertainty Format for LaTeX Table (https://www.mathworks.com/matlabcentral/fileexchange/85013-data-uncertainty-format-for-latex-table), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2020b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Remerciements

Inspiré par : MATLAB Table to LaTeX conversor

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.1.0

Fixing the non-occurring ",0" in the outputted data string, when one for example type ErrVec(10,2).

1.0.5

Change of description

1.0.4

Change of description

1.0.3

Change of description

1.0.2

Change of code's description

1.0.1

Nothing much.

1.0.0