Mercurial > repos > public > sbplib
comparison +anim/setup_time_quantity_plot.m @ 97:33dba20b4b9d feature/arclen-param
Merged with deafult.
author | Martin Almquist <martin.almquist@it.uu.se> |
---|---|
date | Wed, 02 Dec 2015 16:29:54 +0100 |
parents | a38c243991d0 |
children | 2ffa82fb5172 |
comparison
equal
deleted
inserted
replaced
88:7b092f0fd620 | 97:33dba20b4b9d |
---|---|
9 for i = 1:length(yfun) | 9 for i = 1:length(yfun) |
10 plot_handles(i) = animatedline(); | 10 plot_handles(i) = animatedline(); |
11 end | 11 end |
12 | 12 |
13 axis_handle = gca; | 13 axis_handle = gca; |
14 legend() | |
15 | |
16 | 14 |
17 function update(t_now,varargin) | 15 function update(t_now,varargin) |
18 if ishandle(axis_handle) | 16 if ishandle(axis_handle) |
19 % t = [t t_now]; | 17 % t = [t t_now]; |
20 for j = 1:length(yfun) | 18 for j = 1:length(yfun) |