Remove org comments in tangled matlab functions

This commit is contained in:
2019-12-11 14:46:31 +01:00
parent 89db48f81e
commit eda325fae2
27 changed files with 235 additions and 373 deletions

View File

@@ -61,7 +61,7 @@ The disturbances are:
* Undamped System
:PROPERTIES:
:header-args:matlab+: :tangle matlab/undamped_system.m
:header-args:matlab+: :comments org :mkdirp yes
:header-args:matlab+: :comments none :mkdirp yes
:END:
<<sec:undamped_system>>
@@ -245,7 +245,7 @@ The "plant" (transfer function from forces applied by the nano-hexapod to the me
* Integral Force Feedback
:PROPERTIES:
:header-args:matlab+: :tangle matlab/iff.m
:header-args:matlab+: :comments org :mkdirp yes
:header-args:matlab+: :comments none :mkdirp yes
:END:
<<sec:iff>>
@@ -789,7 +789,7 @@ Integral Force Feedback:
* Relative Motion Control
:PROPERTIES:
:header-args:matlab+: :tangle matlab/rmc.m
:header-args:matlab+: :comments org :mkdirp yes
:header-args:matlab+: :comments none :mkdirp yes
:END:
<<sec:rmc>>
@@ -1287,7 +1287,7 @@ Relative Motion Control:
* Direct Velocity Feedback
:PROPERTIES:
:header-args:matlab+: :tangle matlab/dvf.m
:header-args:matlab+: :comments org :mkdirp yes
:header-args:matlab+: :comments none :mkdirp yes
:END:
<<sec:dvf>>