【发布时间】:2014-05-20 03:20:05
【问题描述】:
我有两个巨大的矩阵dat1=87093*59 和dat2=99802*59。我尝试执行以下操作 R=dat1*dat1' 但 MATLAB 向我抛出错误
??? Out of memory. Type HELP MEMORY for your options.
我已将 Java 堆内存增加到 2012Mb,但问题仍然存在。谁能帮我吗。 系统配置:windows 7-64bit, 8gb ram, MATLAB:r2010a-32bit 版本
【问题讨论】:
标签: matlab memory out-of-memory