Vous suivez désormais cette soumission
- Les mises à jour seront visibles dans votre flux de contenu suivi
- Selon vos préférences en matière de communication il est possible que vous receviez des e-mails
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 (2026). Data Uncertainty Format for LaTeX Table (https://fr.mathworks.com/matlabcentral/fileexchange/85013-data-uncertainty-format-for-latex-table), MATLAB Central File Exchange. Extrait(e) le .
Remerciements
Inspiré par : MATLAB Table to LaTeX conversor
Informations générales
- Version 1.1.0 (2,49 ko)
Compatibilité avec les versions de MATLAB
- Compatible avec toutes les versions
Plateformes compatibles
- Windows
- macOS
- Linux
| Version | Publié le | Notes de version | Action |
|---|---|---|---|
| 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 |
