Mercurial > repos > public > sbplib
view checkAllCode.m @ 771:2ffa82fb5172 feature/grids
Make setup_time_quantity_plot() accept sparse vectors
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 17 Jul 2018 16:39:17 -0700 |
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