Export Simulink to older version

This commit is contained in:
Thomas Dehaeze 2021-04-19 13:42:23 +02:00
parent 23d157c718
commit 9cc71b79a6
3 changed files with 5 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@ -417,6 +417,11 @@ addpath('matlab/')
run('meas_transformation.m')
#+end_src
#+begin_src matlab :tangle no :eval no
save_system('vibration_table', 'matlab/vibration_table_r2018a.slx', 'ExportToVersion', 'R2018A');
save_system('vibration_table', 'matlab/vibration_table_r2019b.slx', 'ExportToVersion', 'R2019B');
#+end_src
#+begin_src matlab
% Open the Simulink File
open('vibration_table')