Mercurial > repos > public > sbplib
view assert_size.m @ 931:384ca2331a12 feature/timesteppers
Make Rungekutta class allow for discrete data.
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Mon, 03 Dec 2018 16:26:44 -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