Mercurial > repos > public > sbplib
comparison +anim/animate.m @ 71:1edee9e1ea41
Updated printing stuff for animation functions.
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Mon, 23 Nov 2015 14:34:02 +0100 |
parents | 48b6fb693025 |
children | 4cd77c7bdcaf |
comparison
equal
deleted
inserted
replaced
70:243c558dc3ae | 71:1edee9e1ea41 |
---|---|
26 | 26 |
27 pause(t_left) | 27 pause(t_left) |
28 end | 28 end |
29 time_to_animate = toc(animation_start); | 29 time_to_animate = toc(animation_start); |
30 expected_time = tend/time_modifier; | 30 expected_time = tend/time_modifier; |
31 | |
32 fprintf('\n'); | |
31 fprintf('Time to animate: %.3f\n', time_to_animate) | 33 fprintf('Time to animate: %.3f\n', time_to_animate) |
32 fprintf('Expected time : %.3f\n', expected_time) | 34 fprintf('Expected time : %.3f\n', expected_time) |
33 end | 35 end |