Mercurial > repos > public > sbplib
view checkAllCode.m @ 705:e6fbdc9ccfc4 feature/optim
Add diffOp time Dep
author | Ylva Rydin <ylva.rydin@telia.com> |
---|---|
date | Mon, 06 Nov 2017 11:39:59 +0100 |
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