Borrar filtros
Borrar filtros

Animations in Live Script Exports

13 visualizaciones (últimos 30 días)
Nicholas Fugal
Nicholas Fugal el 9 de Oct. de 2023
Respondida: Udit06 el 20 de Oct. de 2023
I'm using Live Scripts more and more, especially as a form of documentation. It would be useful if animated plots were saved as animations in the exported file (e.g. HTML). Is this already a feature that I'm missing in the options somewhere?

Respuestas (1)

Udit06
Udit06 el 20 de Oct. de 2023
Hi Nicholas,
I understand that you want to export the animated plots created in live script to HTML. As per my understanding, there is no direct option available in MATLAB currently to achieve the same. You could follow the following workaround to achieve the same:
1) Save the animated plot as video file using the "VideoWriter". You can refer to the following MATLAB answer to achieve the same.
2) Open the source HTML code and remove the "img" HTML tag code displaying the static plot.
3) Embed the saved video file into your Live Script using "video" HTML tag. You can refer to the following documentation for the same.
I hope this helps.

Categorías

Más información sobre Animation en Help Center y File Exchange.

Productos


Versión

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by