Save compliance TF of the micro-station

This commit is contained in:
Thomas Dehaeze 2020-09-01 13:46:06 +02:00
parent 0d1942ff78
commit a6ed15fd30

View File

@ -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}$'};