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?

Answers (1)

Ameer Hamza
Ameer Hamza on 6 May 2020
getframe is not supported for uiaxes. However, you can create normal axes in App designer and then use getframe with it.

1 Comment

Ameer, how do you create normal axes in App Designer? And once it is created how ca we format it into the GUI?

Sign in to comment.

Asked:

on 6 May 2020

Commented:

on 9 Mar 2021

Community Treasure Hunt

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

Start Hunting!