Mercurial > repos > public > sbplib
view checkAllCode.m @ 1254:204b47c51bf8 feature/FMMlabb
Add annulus
author | Ylva Rydin <ylva.rydin@telia.com> |
---|---|
date | Wed, 22 Jan 2020 15:18:11 +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