problem with mapstd matlab 2013a

8 次查看(过去 30 天)
Ismail
Ismail 2014-4-4
Hi,
I am have a problem using mapstd function in matlab 2013a. When i use this function using matlab 2011 i have no problem at all.
I normalize my p matrix in the training phase of the Neural network and I have ps, the normalization parameters.
[pn,ps] = mapstd(p);
I then call mapstd again in the treatment/simulation phase of the neural network
bb_n = mapstd('apply',bb,ps);
i have the following error:
Reference to non-existent field 'xoffset'.
Error in mapstd.apply (line 11)
y = bsxfun(@minus,x,settings.xoffset);
Error in nnet7.process_fcn (line 25)
out1 = info.apply(in2,out2);
Error in mapstd (line 39)
y = nnet7.process_fcn(mfilename,x,varargin{:});
Error in rn_sim_sta (line 29)
bb_n = mapstd('apply',bb,ps);
thank you for your help
Ismail
  1 个评论
Image Analyst
Image Analyst 2014-4-12
ismail's "Answer" to his question moved here:
any answer to my question? thank you ismail

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Deep Learning Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by