How to make movie
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
TTA
el 30 de Sept. de 2016
Comentada: Image Analyst
el 2 de Oct. de 2016
How can I make movie with the axis and title label inclusive, so that when the movie is playing both the axis and title label can be showing as well..............
thanks
1 comentario
Geoff Hayes
el 30 de Sept. de 2016
Toyese - please show some of your code so that we can get an idea as to how you are playing the frames of your movie. Is each frame shown in a fixed-sized axes object so that you can add labels for the x-axis and y-axis? Or does each frame use all of the figure?
Respuesta aceptada
Image Analyst
el 1 de Oct. de 2016
See attached demo.
3 comentarios
Walter Roberson
el 2 de Oct. de 2016
Use VideoWriter and writeVideo() to create the movie. You can use getframe to capture something that is on-screen.
Image Analyst
el 2 de Oct. de 2016
That's what my demo does. I don't see why it works with surf() but not with contourf(). I haven't had time to dig into why, and Toyese forgot to post the mode of mine that he adapted, plus I'm leaving on a 5 day trip tomorrow so I may never have time.
Más respuestas (0)
Ver también
Categorías
Más información sobre Convert Image Type en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!