Mercurial > repos > public > sbplib
view checkAllCode.m @ 1215:c7c2cbb465df feature/joingrids
Close branch feature/joingrids
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Wed, 13 Nov 2019 22:13:20 +0000 |
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