필터 지우기
필터 지우기

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