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

    %% RefGdivide
% This example shows 
%% matrices

% Copyright 2015 The MathWorks, Inc.

gdivide([1 2 3; 4 5 6],[10;20])
%% cells1
gdivide({1 2; 3 4},{1 3; 5 2})
%% cells2
gdivide({1 2 3 4},{10;20;30})