フィルターのクリア

Attempt to reference field of non-structure array.

1 回表示 (過去 30 日間)
alix
alix 2014 年 9 月 4 日
回答済み: Andrew Reibold 2014 年 9 月 4 日
hi I'm trying to estimate the speed of a motor using Hopfield neural network learnh and I get the following error:
Attempt to reference field of non-structure array.
Error in learnh>apply (line 102) dw = lp.lr*a*p';
Error in learnh (line 73) [out1,out2] = apply(varargin{:});
Error in RNA (line 39) dw = learnh([],P11,[],[],T,[],[],[],[],[],lp,[]);
anyone can help me?

採用された回答

Andrew Reibold
Andrew Reibold 2014 年 9 月 4 日
Accessing lp.lr is your problem.
First make sure this is really what you meant to type. If it is, make sure lp.lr really exists. You can stop the code before the line to check.
Other than this, we don't have alot of information to go off of here

その他の回答 (0 件)

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by