"Matlab has stopped working" 2009b on Windows 7 64-bit when running a "figure" command
古いコメントを表示
I have a large amount of data that I'm running through my code. It gets to a line of code that has a "figure" command and crashes. It does work on Vista. It works on Windows 7 with a smaller chunk of data. It works on Windows 7 if I run Matlab with no Java. I tried 2009bSP1 with the same results. I tried installing the latest Java (update 25) and got the same results. I thought it might be a memory issue, so I upgraded to 24GB of RAM and got the same results. Has anyone seen a problem like this?
回答 (1 件)
Matt Fig
2011 年 5 月 10 日
Does changing the renderer help?
% First set the renderer.
set(gcf,'Renderer','zbuffer')
% Then plot your stuff...
カテゴリ
ヘルプ センター および File Exchange で Graphics Performance についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!