We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b069540 commit 3d17640Copy full SHA for 3d17640
visualisation/plotmov_flows.m
@@ -44,6 +44,7 @@
44
uxyz_n(:, tt), [15 16]);
45
hp=patch('faces',F,'vertices',V,'cdata',C,'edgecolor','none','facecolor','flat');
46
ax_handle.Position = [0.1300 0.1100 0.7750 0.8150];
47
+ pause(0.05)
48
axis off
49
writeVideo(vid_obj, getframe(ax_handle));
50
cla(ax_handle)
0 commit comments