Mercurial > repos > public > sbplib
view assert_size.m @ 1219:505333c37473 feature/d2_compatible
Close branch feature/d2_compatible
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Wed, 13 Nov 2019 23:36:19 +0000 |
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