Am trying to run a program using Duo Core2 processor. I am getting errors which I donot know to solve.
1 回表示 (過去 30 日間)
古いコメントを表示
Am trying to run a program using Duo Core2 processor. I am getting errors which I donot know to solve.
* Undefined function 'statsizechk' for input arguments of type 'double'.
Error in normrnd (line 31) [err, sizeOut] = statsizechk(2,mu,sigma,varargin{:});
Error in program (line 172) tt=normrnd(ccm(i),0.1);*
The same program runs in another computer without errors. Should I set some parameters to execute in duo core processor.
Kindly help to proceed
0 件のコメント
回答 (1 件)
Arthur
2012 年 9 月 3 日
You probably forgot to copy the function called statsizechk from the other computer, or it is not on your matlab search pad. Copy this file to your computer, and you should be fine.
6 件のコメント
参考
カテゴリ
Help Center および File Exchange で Introduction to Installation and Licensing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!