Ahora está siguiendo esta publicación
- Verá actualizaciones en las notificaciones de contenido en seguimiento.
- Podrá recibir correos electrónicos, en función de las preferencias de comunicación que haya establecido.
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.
Citar como
Niko Lay (2026). Data Uncertainty Format for LaTeX Table (https://la.mathworks.com/matlabcentral/fileexchange/85013-data-uncertainty-format-for-latex-table), MATLAB Central File Exchange. Recuperado .
Agradecimientos
Inspirado por: MATLAB Table to LaTeX conversor
Información general
- Versión 1.1.0 (2,49 KB)
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.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 |
