Correctly label measured thickness

This commit is contained in:
Thomas Dehaeze 2021-04-30 14:34:01 +02:00
parent 8f729963ee
commit e18d8db4bb
2 changed files with 209 additions and 209 deletions

File diff suppressed because it is too large Load Diff

View File

@ -189,7 +189,7 @@ meas_flex = [[223, 226, 224, 214];
#+end_src
#+begin_src matlab :exports results :results value table replace :tangle no :post addhdr(*this*)
data2orgtable(meas_flex, {'1','2','3','4','5','6','7','8','9','10','11','12','13','14','15','16'}, {'X1', 'X2', 'X3', 'X4'}, ' %.0f ');
data2orgtable(meas_flex, {'1','2','3','4','5','6','7','8','9','10','11','12','13','14','15','16'}, {'Y1', 'Y2', 'X1', 'X2'}, ' %.0f ');
#+end_src
#+name: tab:flex_dim
@ -197,7 +197,7 @@ data2orgtable(meas_flex, {'1','2','3','4','5','6','7','8','9','10','11','12','13
#+attr_latex: :environment tabularx :width 0.4\linewidth :align Xcccc
#+attr_latex: :center t :booktabs t :float t
#+RESULTS:
| | X1 | X2 | X3 | X4 |
| | Y1 | Y2 | X1 | X2 |
|----+-----+-----+-----+-----|
| 1 | 223 | 226 | 224 | 214 |
| 2 | 229 | 231 | 237 | 224 |