reverse-shooting

Matlab scripts for reverse shooting
Log | Files | Refs | README

commit 35df6a114340031927a9f995fd74d7ca352b2377
parent f51db00195f555d5450ee56b559a7ae902d89294
Author: Nuno Sempere <nuno.sempere@gmail.com>
Date:   Fri,  4 Sep 2020 16:22:17 +0200

Added some gotchas

Diffstat:
MREADME.md | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -71,3 +71,5 @@ In functions which take a whole file (and which share the name with that file) i This code may not work on Octave, an open source matlab clone, and didn't as of 4/Sept/2020, because optimoptions and optimset have [not been exported](https://wiki.octave.org/Optimization_package) to Octave yet. In matlab scripts (i.e., files with a .m extension, rather than inputs into the matlab terminal), function definitions must be placed at the end of a file, even if they are used before. + +Logs are created on the directory returned by the pwd (print working directory) matlab function.