"Matlab has stopped working" 2009b on Windows 7 64-bit when running a "figure" command
Show older comments
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?
Answers (1)
Matt Fig
on 10 May 2011
Does changing the renderer help?
% First set the renderer.
set(gcf,'Renderer','zbuffer')
% Then plot your stuff...
Categories
Find more on Graphics Performance in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!