Mercurial > repos > public > sbplib
view checkAllCode.m @ 696:7c16b5af8d98 feature/quantumTriangles
Add Jonatans symbolic lifehax
author | Ylva Rydin <ylva.rydin@telia.com> |
---|---|
date | Thu, 05 Oct 2017 18:04:23 +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