フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

movie2avi axis label display

1 回表示 (過去 30 日間)
Jinsoo
Jinsoo 2013 年 9 月 4 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
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 件)

この質問は閉じられています。

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by