由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Computation版 - MatLab program problem, how to use the memory wisely?
相关主题
a question about Matlab freadc++ random number generator
matlab 图像处理疑问请问怎样取三维数组某一平面的数据而得到一个两维数组
在matlab里怎么找到一个数组里的最大k个元素请问怎么把这个一维向量复制成三维数组
问个matlab debug的问题哪位前辈能指点一下怎么去掉这个for循环吗
请教一个matlab制作video的问题请教matlab,将一个二维的矩阵扩展到三维的最简单的办法?
关于Element的active与deactive的问题请问一下关于input2=input(input~=0)的用法
ask a question请感兴趣的同学直接联系老师
random number generator in Fortran问个简单的数值问题
相关话题的讨论汇总
话题: matlab话题: problem话题: error话题: reshape话题: wisely
进入Computation版参与讨论
1 (共1页)
s********3
发帖数: 2
1
Dear All:
I run into a problem whenever I run MatLab (2006a version) in my PC. It
first shows the memory was used up.
The problem I run into when I try to replicate the paper
% W. R. Gebhardt, C. M. C. Lee, and B. Swaminathan
% Journal of Accounting Research
% Vol. 39, No. 1, 135-176, June 2001
The error massage is as following: can anyone please tell me what I should
to handle this problem? thanks a lot.
??? Error using ==> reshape
To RESHAPE the number of elements must not change.
Error in ==>
c*******e
发帖数: 8624
2
To RESHAPE the number of elements must not change.
Error in ==> sym.maple at 94
result = reshape(result,size(varargin{3}));

【在 s********3 的大作中提到】
: Dear All:
: I run into a problem whenever I run MatLab (2006a version) in my PC. It
: first shows the memory was used up.
: The problem I run into when I try to replicate the paper
: % W. R. Gebhardt, C. M. C. Lee, and B. Swaminathan
: % Journal of Accounting Research
: % Vol. 39, No. 1, 135-176, June 2001
: The error massage is as following: can anyone please tell me what I should
: to handle this problem? thanks a lot.
: ??? Error using ==> reshape

s********3
发帖数: 2
3
Thanks for your reply. But I still do not know how to solve this problem,
since I am not familar with MatLab at all.
Can you please give me detail explanation? What I suppose to do?
Thanks a lot.
c*******e
发帖数: 8624
4
the number of elements must not change

【在 s********3 的大作中提到】
: Thanks for your reply. But I still do not know how to solve this problem,
: since I am not familar with MatLab at all.
: Can you please give me detail explanation? What I suppose to do?
: Thanks a lot.

1 (共1页)
进入Computation版参与讨论
相关主题
问个简单的数值问题请教一个matlab制作video的问题
paper help, thank you!关于Element的active与deactive的问题
help needed for a paperask a question
[合集] paper helprandom number generator in Fortran
a question about Matlab freadc++ random number generator
matlab 图像处理疑问请问怎样取三维数组某一平面的数据而得到一个两维数组
在matlab里怎么找到一个数组里的最大k个元素请问怎么把这个一维向量复制成三维数组
问个matlab debug的问题哪位前辈能指点一下怎么去掉这个for循环吗
相关话题的讨论汇总
话题: matlab话题: problem话题: error话题: reshape话题: wisely