Data Uncertainty Format for LaTeX Table

版本 1.1.0 (2.5 KB) 作者: 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.0 次下载
更新时间 2021/1/12

查看许可证

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.

引用格式

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. 检索来源 .

MATLAB 版本兼容性
创建方式 R2020b
兼容任何版本
平台兼容性
Windows macOS Linux
致谢

参考作品: MATLAB Table to LaTeX conversor

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
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