Le damos la bienvenida.
Conversaciones es su espacio para conocer a más usuarios, colaborar en la resolución de desafíos y divertirse mientras lo hace.
- ¿Quiere ver las últimas actualizaciones? Siga las publicacionesdestacadas
- ¿Busca técnicas para mejorar sus habilidades en MATLAB o Simulink? Consulte Consejos y trucos.
- ¿Quiere compartir un chiste, juego de palabras o meme de matemáticas? Consulte en la sección de Diversión
- ¿Cree que hay un canal que necesitamos? Háganoslo saber en Ideas
Conversaciones actualizadas

Starting in MATLAB R2022a, use the append option in exportgraphics to create GIF files from animated axes, figures, or other visualizations.
This basic template contains just two steps:
% 1. Create the initial image file gifFile = 'myAnimation.gif'; exportgraphics(obj, gifFile);
% 2. Within a loop, append the gif image for i = 1:20
% % % % % % % % Update the figure/axes % % % % % % % %
exportgraphics(obj, gifFile, Append=true); end
Note, exportgraphics will not capture UI components such as buttons and knobs and requires constant axis limits.
To create animations of images or more elaborate graphics, learn how to use imwrite to create animated GIFs .
Share your MATLAB animated GIFs in the comments below!
See Also
This Community Highlight is attached as a live script
- Date: April 29, 2025
- Location: St. John’s Resort, Plymouth, MI
- Virtual Development
- Electrification
- Software Development
- AI in Engineering

AI Challenge
Submit an innovative solution to a challenge in the field of artificial intelligence as part of the MathWorks AI Challenge and you could win up to $1,000 (USD).

MATLAB Recipes for Earth Sciences, 6th edition
MATLAB is used in a wide range of geoscientific applications, such as for image processing in remote sensing, for generating and processing digital elevation models, and for analyzing time series. This book introduces methods of data analysis in the earth sciences using MATLAB, such as basic statistics for univariate, bivariate, and multivariate data sets, time series analysis, signal processing, spatial and directional data analysis, and image analysis.
