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

Posted studyer_domi

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Matlab实用程序--图形应用-图形的隐藏属性相关的知识,希望对你有一定的参考价值。

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实用程序--图形应用-条形图形

Matlab实用程序--图形应用-图形的叠加

Matlab实用程序--图形应用-图形标注

Matlab实用程序--图形应用-交互式图形

Matlab实用程序--图形应用-双y轴图形的绘制

Matlab实用程序--图形应用-单个轴窗口显示多个图形