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?
回答 (1 件)
Ameer Hamza
2020 年 5 月 6 日
0 投票
getframe is not supported for uiaxes. However, you can create normal axes in App designer and then use getframe with it.
1 件のコメント
Rahmy Salman
2021 年 3 月 9 日
Ameer, how do you create normal axes in App Designer? And once it is created how ca we format it into the GUI?
カテゴリ
ヘルプ センター および File Exchange で Develop Apps Using App Designer についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!