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

    %% Square Cell Array
% Create a 3-by-3 cell array of empty matrices.

% Copyright 2015 The MathWorks, Inc.

C = cell(3)