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.
|
|