Correctly label measured thickness
This commit is contained in:
parent
8f729963ee
commit
e18d8db4bb
File diff suppressed because it is too large
Load Diff
@ -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 |
|
||||
|
Loading…
Reference in New Issue
Block a user