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

    %% RefGnegate
% This example shows 
%% code

% Copyright 2015 The MathWorks, Inc.

x = {[1 2; 3 4],[1 -3; -5 2]};
y = gnegate(x);
y{1}, y{2}