Error occur after saveas image .emf around 10200 images.

3 visualizaciones (últimos 30 días)
Auno
Auno el 21 de Feb. de 2011
Respondida: nick el 1 de Abr. de 2025
Hi. I have some problem about my script. It is script for generate image .emf afer I generate figure then saveas with .emf around 10200 images program will show some internal error and cann't do anything so please help me clearly ths issue.
Note: every 255 images was save I have clear all and pack already but this issue still occur.
Thanks.

Respuestas (1)

nick
nick el 1 de Abr. de 2025
Hi Auno,
Kindly share the error message to help debug the issue. According to the query, it seems that the system becomes unresponsive due to the error.
To address the issue with generating a large number of EMF files in MATLAB R2011, you can reduce the iterations after which the clean up process is executed reducing memory usage.
You can also set figure visibility to 'off' if you don't need to view the plots during generation, as shown below:
figureHandle = figure;
set(figureHandle, 'Visible', 'off');
Hope this helps.

Categorías

Más información sobre Images en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by