www.gusucode.com > nnet 案例源码 matlab代码程序 > nnet/RefPlotesExample.m

    %% RefPlotes
% This example shows 
%% code

% Copyright 2015 The MathWorks, Inc.

p = [3 2];
t = [0.4 0.8];
wv = -4:0.4:4;
bv = wv;
ES = errsurf(p,t,wv,bv,'logsig');
plotes(wv,bv,ES,[60 30])