|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
本帖最后由 eecsseudl 于 2013-4-29 10:08 编辑
最近在学习 Matlab 编程时遇到了内存溢出的问题,这有可能是什么原因造成的?有没有相应的解决办法啊?请各位大虾帮忙!谢谢!
report如下:
??? Error using ==> unknown
Out of memory. Type HELP MEMORY for your options.
Error in ==> make_H_matrix at 44
H_matrix=zeros(M2*N1,M2*N0);
Error in ==> ldpc_test at 24
H_matrix = make_H_matrix(suffix_Q,Q_matrix); % Generate the H matrix!
[ 本帖最后由 yh919 于 2008-1-27 17:32 编辑 ]
|
|