Am trying to run a program using Duo Core2 processor. I am getting errors which I donot know to solve.

2 vues (au cours des 30 derniers jours)
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

Réponses (1)

Arthur
Arthur le 3 Sep 2012
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 commentaires
Nisha Rajiv
Nisha Rajiv le 3 Sep 2012
O..Ok I will try to re-install Matlab. :) Thank u so much
Nisha Rajiv
Nisha Rajiv le 7 Sep 2012
Instead of re installing i have copied the .m file and also the compiled mex file to my working folder. then it worked. :)

Connectez-vous pour commenter.

Catégories

En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by