Mercurial > repos > public > sbplib
view checkAllCode.m @ 692:dd3e9a0f5032 feature/quantumTriangles
added jacobian to stichshemes
author | Ylva Rydin <ylva.rydin@telia.com> |
---|---|
date | Fri, 15 Sep 2017 09:21:29 +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