Correct typo

This commit is contained in:
Thomas Dehaeze 2025-03-28 16:44:10 +01:00
parent cace77f359
commit 11baa735b8

View File

@ -22,7 +22,7 @@
#+BIND: org-latex-bib-compiler "biber"
#+PROPERTY: header-args:matlab :session *MATLAB*
#+PROPERTY: header-args:matlab+ :comments none
#+PROPERTY: header-args:matlab+ :comments no
#+PROPERTY: header-args:matlab+ :exports none
#+PROPERTY: header-args:matlab+ :results none
#+PROPERTY: header-args:matlab+ :eval no-export
@ -2435,8 +2435,6 @@ addpath('./STEPS/'); % Path for Simscape Model
addpath('./subsystems/'); % Path for Subsystems Simulink files
#+END_SRC
** Initialize Simscape
** Initialize other elements
#+NAME: m-init-other
#+BEGIN_SRC matlab