Mercurial > repos > public > sbplib
view checkAllCode.m @ 952:27ce3f653aa7 feature/utux2D
Improve comments in InterpOpsXX
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Fri, 07 Dec 2018 11:10:31 -0800 |
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