Mercurial > repos > public > sbplib
view assert_size.m @ 952:27ce3f653aa7 feature/utux2D
Improve comments in InterpOpsXX
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Fri, 07 Dec 2018 11:10:31 -0800 |
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