how to add a gif file to a published code
3 views (last 30 days)
Show older comments
hi, I would like to publish my matlab code, and add a GIF file to the published document. how can it be done?
I tried using :
% <<filename.gif>>
but only got a snapshot from the gif.
many thanks.
0 Comments
Answers (1)
Aniket
on 11 Jun 2025
As far as I know, PDF does not support GIF, and hence only the snapshot is shown once it's saved. Instead, you can use export command in live editor to publish your code to a HTML file which supports GIFs.
Hope this helps!
0 Comments
See Also
Categories
Find more on Get Started with MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!