Mercurial > repos > public > sbplib
comparison +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 |
comparison
equal
deleted
inserted
replaced
603:d196b7cdc626 | 604:082c7bf3192e |
---|---|
1 % hand = noname.animate(discretization, time_modifier, Tend, dirname, opt) | 1 % noname.animate(discretization, time_modifier, Tend, dirname, opt) |
2 % | 2 % |
3 % Example: | 3 % Example: |
4 % noname.animate(discr,timemodifier,tend) | 4 % noname.animate(discr,timemodifier,tend) |
5 % noname.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 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', ''); |
11 | 11 |
12 optDefault.plotType = 'animation'; | 12 optDefault.plotType = 'animation'; |