function shili16h0=figure('toolbar','none',...    'position',[200 150 450 300],...    'name','实例16');subplot(1,2,1)[x,y,z]=sphere(10);mesh(x,y,z)axis offtitle('Figure1:Opaque')hidden on
subplot(1,2,2)[x,y,z]=sphere(10);mesh(x,y,z)axis offtitle('Figure2:Transparent')hidden off

Matlab实用程序--图形应用-图形的隐藏属性_matlab