Mercurial > repos > public > sbplib
view assert_size.m @ 864:c51b3f945c65 bcSetupExperiment
Add functions for taking local closures and penalties global
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 25 Jul 2018 15:24:37 -0700 |
parents | afd20f023928 |
children |
line wrap: on
line source
% Assert that array A has the size s. function assert_size(A,s) warning('Use assertSize() instead!') assertSize(A,s); end