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

    %% RefPlotv
% This example shows 
%% code

% Copyright 2015 The MathWorks, Inc.

M = [-0.4 0.7 0.2 ; ...
     -0.5 0.1 0.5];
plotv(M,'-')