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

    %% RefPlotvec
% This example shows 
%% code

% Copyright 2015 The MathWorks, Inc.

x = [ 0 1 0.5 0.7 ; ...
     -1 2 0.5 0.1];
c = [1 2 3 4];
plotvec(x,c)