Making a movie and saving figures

57 visualizaciones (últimos 30 días)
daniel adams
daniel adams el 4 de Nov. de 2021
Respondida: Kshitij Chhabra el 12 de Nov. de 2021
Given an array / matrix K of size and a array / vector v of size M. I want to make a movie with N frames each one being the following plot for i in the range 1:N
plot(K(:,i),v)
I want to save this movie as a .avi file.
Moreover, for a given set of numbers I want to save the figures
plot(K(:,j),v)
for each .
What is the best way to code this up, would anything change with plots?

Respuestas (1)

Kshitij Chhabra
Kshitij Chhabra el 12 de Nov. de 2021
Hi,
You can try exploring the VideoWriter function to convert your plots to a video. You can check to the documentation here.
For additional insights you can check a previously answered question on the community here.
Hope it helps!

Categorías

Más información sobre 2-D and 3-D Plots 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!

Translated by