Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

movie2avi axis label display

1 visualización (últimos 30 días)
Jinsoo
Jinsoo el 4 de Sept. de 2013
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
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

Respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by