why did contourf crashes matlab?

1 次查看(过去 30 天)
Hi guys,
Some help appreciated here. Basically i have a 2d Array of size 1000x1000. I use my initial data to plot using contourf, and things worked out beautifully.
So I process the data and tried plotting it again but Matlab hangs while it is suppose to plot (Pardon the jet(128) yet I use 64 after). I tried both 64 as well or both 128 but still have the same issue.
As you can see, I successfully processed the data but it somehow got stuck at the plotting of the data. When i commented the contourf, the program manage to proceed to the end. The data is completed with all 1000x1000 values in there. I even updated my graphic card driver in case that's the issue. Any idea what could have gone wrong? Is the data size too big? Or the fluctuations in values causes the limitation.
Thanks in advance.
Best regards, Tonny
  4 个评论
Walter Roberson
Walter Roberson 2014-2-24
Are you using 32 bit MATLAB or 64 bit MATLAB? How much memory do you have installed?
Memory to store the graph is going to come out of the RAM you have.
Tonny
Tonny 2014-2-25
Oh. I'm using a 62bit MATLAB with 4GB of ddr3 ram.

请先登录,再进行评论。

采纳的回答

Image Analyst
Image Analyst 2014-2-24
Can you just display as an image? I mean you have a 1000x1000 2D array of numbers, so why not? Use image(), imshow(), or imagesc().
  1 个评论
Tonny
Tonny 2014-2-25
编辑:Tonny 2014-2-25
Great suggestion =) Thank you and thanks Walter for helping me!

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Annotations 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by