probleme with "Reference to non-existent field 'xoffset'"

조회 수: 2 (최근 30일)
Ismail
Ismail 2014년 4월 1일
답변: Ismail 2014년 4월 2일
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. Here is how i call it:
bb_n = mapstd('apply',bb,ps);
of course i have defined ps and bb prior to it
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개)

Ismail
Ismail 2014년 4월 2일
Hi, any answers to my question?
thank you
ismail

카테고리

Help CenterFile 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!

Translated by