Mercurial > repos > public > sbplib
view checkAllCode.m @ 749:1de60c4d462d feature/grids
Allow gird functions as data in bcSetup
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Mon, 04 Jun 2018 17:47:32 +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