Mercurial > repos > public > sbplib
view checkAllCode.m @ 700:de7f665e1d00 feature/optim
add hamiltonian closures
author | Ylva Rydin <ylva.rydin@telia.com> |
---|---|
date | Mon, 16 Oct 2017 16:51:22 +0200 |
parents | cd571e8ec1fd |
children |
line wrap: on
line source
% Run matlabs checkcode on all files in current folder including subfolders function checkAllCode(d) default_arg('d','') files = findMfiles(d); checkcode(files) end