Info
此问题已关闭。 请重新打开它进行编辑或回答。
movie2avi axis label display
1 次查看(过去 30 天)
显示 更早的评论
Dear, I made a movie file by movie2avi as follows
figure(8)
axis tight
for ii = 1:Nt/2-10
plot(x, ex_sol(:, ii))
xlabel('x'); ylabel('u_exact(x, t)')
M(ii) = getframe;
end
movie2avi(M, 'mov.avi', 'compression', 'None', 'fps', 5)
However, it did not display the axis labels. Then, how can I do to do that?
Thank you, Park
0 个评论
回答(0 个)
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!