Mercurial > repos > public > sbplib
view checkAllCode.m @ 607:0546de4b31a2 feature/grids
Make grid.evalOn faster.
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Sat, 14 Oct 2017 22:28:27 -0700 |
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