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

    %% Plot Sparsity Pattern
% This example plots the 60-by-60 sparse adjacency matrix of the 
% connectivity graph of the Buckminster Fuller geodesic dome. 
% This matrix also represents the soccer ball and the carbon-60 molecule.

% Copyright 2015 The MathWorks, Inc.

B = bucky;
spy(B)