Matlab基本函数-hidden函数,matlab中hidden off有什么用?
生活随笔
收集整理的這篇文章主要介紹了
Matlab基本函数-hidden函数,matlab中hidden off有什么用?
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
在用mesh畫的3維圖中,hidden off 是顯示被前面圖形遮擋的后面圖形部分(隱藏關(guān)閉)。相反hidden on是不顯示后面被遮擋的部分(隱藏打開)。
1、hidden函數(shù):設(shè)置或取消隱藏線模式
2、用法說(shuō)明
(1)hidden on 函數(shù)對(duì)當(dāng)前圖形打開隱藏線條刪除,使網(wǎng)格圖后面的線條被前面的線條遮住。設(shè)置曲面圖形對(duì)象的屬性FaceColor為坐標(biāo)軸背景顏色;
(2)hidden off 函數(shù)對(duì)當(dāng)前圖形關(guān)閉隱藏線條刪除;
(3)hidden 函數(shù)在兩種狀態(tài)hidden on和hidden off之間切換。
3、舉例說(shuō)明
(1)>> mesh(peaks)
(2)>> hidden on
(3)>> hidden off
(4)>> hidden
(5)>> hidden
4、附錄
?
>> help hiddenhidden Mesh hidden line removal mode.hidden ON sets hidden line removal on for meshes in the current axes.hidden OFF sets hidden line removal off so you can see throughmeshes in the current axes.hidden by itself toggles the state of hidden line removal.See also mesh.Reference page in Help browserdoc hidden總結(jié)
以上是生活随笔為你收集整理的Matlab基本函数-hidden函数,matlab中hidden off有什么用?的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。
- 上一篇: Matlab 坐标轴比例一致导致图形变形
- 下一篇: matlab多维数组