Go to file
2020-04-17 14:32:08 +02:00
.SimulinkProject Removed many unused mat files 2020-03-13 17:37:54 +01:00
docs Correct stupid error 2020-04-17 14:32:08 +02:00
mat Correct stupid error 2020-04-17 14:32:08 +02:00
matlab Add simulation of HAC-DVF with opt-stiffness 2020-04-15 18:15:15 +02:00
org Correct stupid error 2020-04-17 14:32:08 +02:00
src Add function to describe the state of the nass 2020-04-15 10:56:28 +02:00
STEPS Start the standardize the folder. Add org-mode files. 2019-07-15 11:07:24 +02:00
to-order Removed many unused mat files 2020-03-13 17:37:54 +01:00
.gitattributes add gitattributes files 2018-04-11 13:42:21 +02:00
.gitignore Update gitignore: don't ignore pdf figure 2020-01-20 17:42:41 +01:00
.gitmodules Add stewart-simscape as a submodule 2018-06-04 09:28:58 +02:00
Assemblage_simscape.prj nass 2018-04-11 13:44:50 +02:00
Assemblage.xml initial commit 2018-04-10 15:24:31 +02:00
figs Change all the organization of the files 2020-02-25 18:10:20 +01:00
LICENSE Add a license file 2020-02-25 18:10:36 +01:00
readme.org Add org-setup-file that all org file links to 2020-04-17 10:25:44 +02:00

Nano-Active-Stabilization-System - Matlab/Simscape Study

The goal of this project is to study the Nano-Active-Stabilization-System concept using Matlab/Simscape.

  (setq org-publish-project-alist
        '(("nass-simscape"
           :base-directory "~/Cloud/thesis/matlab/nass-simscape/org/"
           :base-extension "org"
           :publishing-directory "~/Cloud/thesis/matlab/nass-simscape/docs/"
           :author "Dehaeze Thomas"
           :email "dehaeze.thomas@gmail.com/"
           :recursive nil
           :publishing-function org-html-publish-to-html
           :auto-preamble t
           :auto-sitemap nil
           :with-todo-keywords nil
           :html-wrap-src-lines nil
           :table-of-contents nil)
          ))