Add screenshots of the Simscape Model

This commit is contained in:
2020-11-06 17:02:58 +01:00
parent 9bc1cf7e34
commit db91d27461
7 changed files with 1721 additions and 137 deletions

View File

@@ -799,6 +799,14 @@ We initialize other parameters:
Kc = tf(zeros(6));
#+end_src
#+name: fig:stewart_simscape
#+caption: General view of the Simscape Model
[[file:figs/stewart_simscape.png]]
#+name: fig:stewart_platform_details
#+caption: Simscape model of the Stewart platform
[[file:figs/stewart_platform_details.png]]
** Identification of the plant
<<sec:stewart_identification>>
@@ -1298,6 +1306,12 @@ The feedback system is computed as shown below.
G_svd = feedback(G, pinv(V')*Kc*pinv(U), [7:12], [1:6]);
#+end_src
Let's look at the Loop Gains.
#+begin_src matlab
L_svd =
#+end_src
** Closed-Loop system Performances
<<sec:stewart_closed_loop_results>>