Save compliance TF of the micro-station
This commit is contained in:
parent
0d1942ff78
commit
a6ed15fd30
@ -412,6 +412,10 @@ The obtained compliance is shown in Figure [[fig:compliance_micro_station]].
|
||||
Gm.OutputName = {'Dx', 'Dy', 'Dz', 'Drx', 'Dry', 'Drz'};
|
||||
#+end_src
|
||||
|
||||
#+begin_src matlab
|
||||
save('../meas/micro-station-compliance/mat/model.mat', 'Gm');
|
||||
#+end_src
|
||||
|
||||
#+begin_src matlab :exports none
|
||||
labels = {'$D_x/F_{x}$', '$D_y/F_{y}$', '$D_z/F_{z}$', '$R_{x}/M_{x}$', '$R_{y}/M_{y}$', '$R_{R}/M_{z}$'};
|
||||
|
||||
@ -432,7 +436,7 @@ The obtained compliance is shown in Figure [[fig:compliance_micro_station]].
|
||||
|
||||
#+header: :tangle no :exports results :results none :noweb yes
|
||||
#+begin_src matlab :var filepath="figs/compliance_micro_station.pdf" :var figsize="wide-tall" :post pdf2svg(file=*this*, ext="png")
|
||||
<<plt-matlab>>
|
||||
<<plt-matlab>>
|
||||
#+end_src
|
||||
|
||||
#+name: fig:compliance_micro_station
|
||||
|
Loading…
Reference in New Issue
Block a user