This directory contains tools to automatically download and configure external Matlab tools.
This directory should be downloaded to the home directory.
src/mypath.m
: Matlab'spath
command without Matlab toolboxessrc/grad_check.m
: tool to check analytic gradient with forward finite differencesrc/grad_fd.m
: evaluate forward finite difference gradientsrc/hess_check.m
: tool to check analytic Hessian with forward finite differencesrc/hess_fd.m
: evaluate forward finite difference Hessian
From command line:
$ cd ~
$ git clone https://github.com/nwh/matlab.git
...
$ cd matlab
$ make
...