Mercurial > repos > public > sbplib
diff +noname/animate.m @ 604:082c7bf3192e feature/grids
Remove unused output
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 04 Oct 2017 13:41:58 +0200 |
parents | d196b7cdc626 |
children | c9147e05d228 |
line wrap: on
line diff
--- a/+noname/animate.m Thu Sep 28 11:17:15 2017 +0200 +++ b/+noname/animate.m Wed Oct 04 13:41:58 2017 +0200 @@ -1,10 +1,10 @@ -% hand = noname.animate(discretization, time_modifier, Tend, dirname, opt) +% noname.animate(discretization, time_modifier, Tend, dirname, opt) % % Example: % noname.animate(discr,timemodifier,tend) % noname.animate(discr,1, [tstart tend],'my_mov', opt) -function hand = animate(discretization, time_modifier, Tend, dirname, opt) +function animate(discretization, time_modifier, Tend, dirname, opt) default_arg('time_modifier', 1); default_arg('Tend', Inf); default_arg('dirname', '');