Moved all the simulink files in each folders

This commit is contained in:
2019-12-12 11:26:27 +01:00
parent d70c7cbe90
commit 9b2d91b464
32 changed files with 97 additions and 623 deletions

View File

@@ -643,7 +643,7 @@ Let's start by study the undamped system.
#+end_src
#+begin_src matlab
open 'simscape/sim_nano_station_uniaxial.slx'
open('uniaxial/matlab/sim_nano_station_uniaxial.slx')
#+end_src
** Init
@@ -1075,7 +1075,7 @@ It corresponds to the plant to control.
#+end_src
#+begin_src matlab
open 'simscape/sim_nano_station_uniaxial.slx'
open('uniaxial/matlab/sim_nano_station_uniaxial.slx')
#+end_src
** Control Design
@@ -1501,7 +1501,7 @@ In the Relative Motion Control (RMC), a derivative feedback is applied between t
#+end_src
#+begin_src matlab
open 'simscape/sim_nano_station_uniaxial.slx'
open('uniaxial/matlab/sim_nano_station_uniaxial.slx')
#+end_src
** Control Design
@@ -1936,7 +1936,7 @@ In the Relative Motion Control (RMC), a feedback is applied between the measured
#+end_src
#+begin_src matlab
open 'simscape/sim_nano_station_uniaxial.slx'
open('uniaxial/matlab/sim_nano_station_uniaxial.slx')
#+end_src
** Control Design
@@ -2236,7 +2236,7 @@ The model used for the Cedrat actuator is shown in figure [[fig:cedrat_schematic
#+end_src
#+begin_src matlab
open 'simscape/sim_nano_station_uniaxial_cedrat.slx'
open('uniaxial/matlab/sim_nano_station_uniaxial_cedrat.slx')
#+end_src
** Identification
@@ -2573,7 +2573,7 @@ All the controllers are set to 0.
#+end_src
#+begin_src matlab
open 'simscape/sim_nano_station_uniaxial.slx'
open('uniaxial/matlab/sim_nano_station_uniaxial.slx')
#+end_src
** Load the plants
@@ -2831,7 +2831,7 @@ It is important to note that the effect of direct forces applied to the sample a
#+end_src
#+begin_src matlab
open 'simscape/sim_nano_station_uniaxial.slx'
open('uniaxial/matlab/sim_nano_station_uniaxial.slx')
#+end_src
** Init

Binary file not shown.

Binary file not shown.