MATLAB预定义矩阵时出错
MATLAB预定义一个空值为0的30,000*30,000矩阵时出错以下时出错的说明~请问这个问题怎么解决,谢谢
>>x=zeros(30000,30000)
Error using zeros
Requested 30000x30000 (6.7GB) array exceeds maximum array size preference. Creation of arrays greater than this limit
may take a long time and cause MATLAB to become unresponsive. See array size limit or preference panel for more
information.
不好意思,刚看到。
这是你的内存太小了,需要6,7个GB内存
页:
[1]