Go to file
2020-07-08 09:22:19 +02:00
css Initial Commit 2020-03-16 10:52:50 +01:00
inkscape Add one figure that shows to optimal xi for kp 2020-07-07 18:48:37 +02:00
js Initial Commit 2020-03-16 10:52:50 +01:00
matlab Add one figure that shows to optimal xi for kp 2020-07-07 18:48:37 +02:00
paper Last internal review - Section 2 2020-07-08 09:22:19 +02:00
tikz Finish reworking section 3 2020-07-02 09:22:42 +02:00
.gitattributes Treat svg and pdf as binary 2020-07-01 18:52:59 +02:00
.gitignore Update gitignore 2020-06-22 13:34:29 +02:00
index.html Add link to inkscape 2020-06-24 17:28:39 +02:00
index.org Add link to inkscape 2020-06-24 17:28:39 +02:00
LICENSE.txt Add MIT License 2020-07-07 15:12:56 +02:00
readme.md Update readme to explain how to run matlab scripts 2020-06-23 18:33:27 +02:00

DOI

Matlab Scripts

All the scripts that were used to obtained the results described in the paper are inside the matlab/matlab directory.

To run them, simply go to the matlab/matlab with Matlab, and run the scripts corresponding to the different sections.

The scripts have been developed and tested with Matlab 2020a.

Paper

All the figures are inside the inkscape folder while the files used to compile the paper are inside the paper folder.

To compile the paper, one can use the following commands:

  cd paper;
  latexmk -pdflatex="pdflatex -synctex=1 -shell-escape -interaction nonstopmode" -pdf -bibtex -f paper.tex 

Compile Figure

  cd inkscape;
  for f in *.svg; do inkscape -D --export-type=pdf "$f"; done