求助:Alphasim 报错
Forums
- Read more about 求助:Alphasim 报错
- 4 comments
- Log in or register to post comments
运行Alphasim,点击RUN后 Matlab就报错了:
??? Undefined function or method 'normrnd' for input arguments of type 'double'.
Error in ==> rest_AlphaSim at 61
fim=normrnd(0,1,nx,ny,nz);
Error in ==> rest_AlphaSim_gui>pushbuttonrun_Callback at 55
rest_AlphaSim(mask,outdir,outname,rmm,fwhm,pthr,iter);
Error in ==> gui_mainfcn at 96
feval(varargin{:});