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

    %% Specify Array Dimensions  
% Preallocate a 4-by-1 array to store graphics handles.   

% Copyright 2015 The MathWorks, Inc.


%%  
H = gobjects(4,1)