Mercurial > repos > public > sbplib
view checkAllCode.m @ 1255:5e2a61340d4e feature/FMMlabb
Fix boundary groups
author | Ylva Rydin <ylva.rydin@telia.com> |
---|---|
date | Wed, 22 Jan 2020 16:10:46 +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