Mercurial > repos > public > sbplib
changeset 134:08d7bb7c8ac4
Improved some comments in noname.animate
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Mon, 08 Feb 2016 14:52:07 +0100 |
parents | 43f8df3595cf |
children | 8979d81515ac |
files | +noname/animate.m |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
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);