Include a Gif in Java GUI

3 views (last 30 days)
I am developing a GUI in MATLAB using also Java objects. Which kind of commands should I use to generate a GIF file from a live plotting inside a for loop and display it inside a new JFrame at the end of the for loop?

Accepted Answer

Naman Chaturvedi
Naman Chaturvedi on 28 Aug 2018
Hi,
Check out this ML ans link to know more and try out the example. Also, you can use im2java function to convert image to java image.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!