Hi,
to easily export data tables to LaTeX, I need to concatenate column values, but I can't figure out how. For example, I need to concatenate the data values with their errors. The errors need to be put in parenthesis:
Data Error
0.015 0.003
0.025 0.004
0.035 0.005
The output I'm looking for should look like this:
Output
0.015(3)
0.025(4)
0.035(5)
Is this even possible with Origin? It would be a big hassle if I had to do it by hand. Help is very much appreciated.
Origin b9.5.1.195
Windows 10 64bit