Update css/js + few configs
This commit is contained in:
24
matlab.org
24
matlab.org
@@ -1,26 +1,9 @@
|
||||
#+TITLE: Matlab Configuration
|
||||
:DRAWER:
|
||||
#+STARTUP: overview
|
||||
|
||||
#+LANGUAGE: en
|
||||
#+EMAIL: dehaeze.thomas@gmail.com
|
||||
#+AUTHOR: Dehaeze Thomas
|
||||
|
||||
#+HTML_LINK_HOME: ./index.html
|
||||
#+HTML_LINK_UP: ./index.html
|
||||
|
||||
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="./css/htmlize.css"/>
|
||||
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="./css/readtheorg.css"/>
|
||||
#+HTML_HEAD: <script type="text/javascript" src="./js/jquery.min.js"></script>
|
||||
#+HTML_HEAD: <script type="text/javascript" src="./js/bootstrap.min.js"></script>
|
||||
#+HTML_HEAD: <script type="text/javascript" src="./js/jquery.stickytableheaders.min.js"></script>
|
||||
#+HTML_HEAD: <script type="text/javascript" src="./js/readtheorg.js"></script>
|
||||
|
||||
#+SETUPFILE: ./setup/org-setup-file.org
|
||||
#+PROPERTY: header-args:matlab :mkdir yes
|
||||
#+PROPERTY: header-args:matlab+ :exports code
|
||||
#+PROPERTY: header-args:matlab+ :eval no-export
|
||||
#+PROPERTY: header-args:matlab+ :results silent
|
||||
:END:
|
||||
|
||||
* Startup
|
||||
:PROPERTIES:
|
||||
@@ -158,6 +141,11 @@ Toolbox to work with Finite Element Models ([[https://github.com/tdehaeze/fem_ma
|
||||
addpath([toolboxes_path 'fem_toolbox/src'])
|
||||
#+end_src
|
||||
|
||||
Toolbox to work with fractional order models ([[https://github.com/extall/fomcon-matlab][link]]).
|
||||
#+begin_src matlab
|
||||
addpath(genpath([toolboxes_path 'fomcon-matlab']))
|
||||
#+end_src
|
||||
|
||||
** Clear
|
||||
#+begin_src matlab
|
||||
clear;
|
||||
|
||||
Reference in New Issue
Block a user