Export Simulink to older version
This commit is contained in:
parent
23d157c718
commit
9cc71b79a6
BIN
matlab/vibration_table_r2018a.slx
Normal file
BIN
matlab/vibration_table_r2018a.slx
Normal file
Binary file not shown.
BIN
matlab/vibration_table_r2019b.slx
Normal file
BIN
matlab/vibration_table_r2019b.slx
Normal file
Binary file not shown.
@ -417,6 +417,11 @@ addpath('matlab/')
|
|||||||
run('meas_transformation.m')
|
run('meas_transformation.m')
|
||||||
#+end_src
|
#+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
|
#+begin_src matlab
|
||||||
% Open the Simulink File
|
% Open the Simulink File
|
||||||
open('vibration_table')
|
open('vibration_table')
|
||||||
|
Loading…
Reference in New Issue
Block a user