Mercurial > repos > public > sbplib
view checkAllCode.m @ 698:0122cbe2e6d3 feature/optim
Add hamiltonian
author | Ylva Rydin <ylva.rydin@telia.com> |
---|---|
date | Fri, 13 Oct 2017 09:16:33 +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