www.gusucode.com > nnet 工具箱 matlab 源码程序 > nnet/nnweight/+dotprod/dz_dp.m

    function d = dz_dp(w,p,z,param)
%DOTPROD.DZ_DP Derivative of weighted input with respect to input

% Copyright 2012-2015 The MathWorks, Inc.

  d = w;
end