Error occur after saveas image .emf around 10200 images.

3 ビュー (過去 30 日間)
Auno
Auno 2011 年 2 月 21 日
回答済み: nick 2025 年 4 月 1 日
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.
  1 件のコメント
Walter Roberson
Walter Roberson 2011 年 2 月 21 日
Could you post a copy of the internal error?

サインインしてコメントする。

回答 (1 件)

nick
nick 2025 年 4 月 1 日
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.

カテゴリ

Help Center および File ExchangeImages についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by