Mercurial > repos > public > sbplib
comparison +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 |
comparison
equal
deleted
inserted
replaced
| 133:43f8df3595cf | 134:08d7bb7c8ac4 |
|---|---|
| 1 % hand = animate(discretization, time_modifier, Tend, dirname, opt) | 1 % hand = noname.animate(discretization, time_modifier, Tend, dirname, opt) |
| 2 % | 2 % |
| 3 % Example: | 3 % Example: |
| 4 % animate(discr,timemodifier,tend) | 4 % noname.animate(discr,timemodifier,tend) |
| 5 % animate(discr,1, [tstart tend],'my_mov', opt) | 5 % noname.animate(discr,1, [tstart tend],'my_mov', opt) |
| 6 | 6 |
| 7 function hand = animate(discretization, time_modifier, Tend, dirname, opt) | 7 function hand = animate(discretization, time_modifier, Tend, dirname, opt) |
| 8 default_arg('time_modifier',1); | 8 default_arg('time_modifier',1); |
| 9 default_arg('Tend', Inf); | 9 default_arg('Tend', Inf); |
| 10 default_arg('dirname',''); | 10 default_arg('dirname',''); |
