Mercurial > repos > public > sbplib
diff +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 |
line wrap: on
line diff
--- a/+anim/animate.m Mon Nov 23 14:07:03 2015 +0100 +++ b/+anim/animate.m Mon Nov 23 14:34:02 2015 +0100 @@ -28,6 +28,8 @@ end time_to_animate = toc(animation_start); expected_time = tend/time_modifier; + + fprintf('\n'); fprintf('Time to animate: %.3f\n', time_to_animate) fprintf('Expected time : %.3f\n', expected_time) end