Mercurial > repos > public > sbplib
diff +noname/animate.m @ 167:15baeb35f74e feature/grids
Merge in changes from default.
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 23 Feb 2016 13:25:43 +0100 |
parents | 08d7bb7c8ac4 |
children | dfa4455033db |
line wrap: on
line diff
--- a/+noname/animate.m Tue Feb 23 10:55:46 2016 +0100 +++ b/+noname/animate.m Tue Feb 23 13:25:43 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); @@ -67,8 +67,6 @@ if makemovies save_frame(); end - % pause(0.1) - str = util.replace_string(str,'t = %.5f',ts.t); if do_pause pause