Mercurial > repos > public > sbplib
diff +noname/animate.m @ 134:08d7bb7c8ac4
Improved some comments in noname.animate
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Mon, 08 Feb 2016 14:52:07 +0100 |
parents | 6ec2248b83c4 |
children | dfa4455033db |
line wrap: on
line diff
--- a/+noname/animate.m Fri Feb 05 11:29:19 2016 +0100 +++ b/+noname/animate.m Mon Feb 08 14:52:07 2016 +0100 @@ -1,8 +1,8 @@ -% hand = animate(discretization, time_modifier, Tend, dirname, opt) +% hand = noname.animate(discretization, time_modifier, Tend, dirname, opt) % % Example: -% animate(discr,timemodifier,tend) -% animate(discr,1, [tstart tend],'my_mov', opt) +% noname.animate(discr,timemodifier,tend) +% noname.animate(discr,1, [tstart tend],'my_mov', opt) function hand = animate(discretization, time_modifier, Tend, dirname, opt) default_arg('time_modifier',1);