MATLAB: Can I insert an animated GIF into a Live Script

live editorMATLAB

I'm creating a set of instructions in a Live Script for users to follow in order to navigate an example built as a Simulink Project. I've created an animated GIF outside of MATLAB, and want to insert it as an image. Is this supported in the Live Editor?

Best Answer

Yes, the Live Editor supports animated GIFs. Simply insert the GIF as an image via: Insert -> Image. The GIF should automatically start "playing."
Related Question