Create a video in App Designer

I am creating an App for visualizing the movements of a robot. Is there a way to capture the image from a series of plots and then create a video? I read on matlab support that the movie() and getframe() functions are not compatible with the App Designer, is there another way to do it?

Respuestas (1)

Ameer Hamza
Ameer Hamza el 6 de Mayo de 2020

0 votos

getframe is not supported for uiaxes. However, you can create normal axes in App designer and then use getframe with it.

1 comentario

Rahmy Salman
Rahmy Salman el 9 de Mzo. de 2021
Ameer, how do you create normal axes in App Designer? And once it is created how ca we format it into the GUI?

Iniciar sesión para comentar.

Preguntada:

el 6 de Mayo de 2020

Comentada:

el 9 de Mzo. de 2021

Community Treasure Hunt

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

Start Hunting!

Translated by