MATLAB Function Reference |
將圖形物件(graphics object)的 properties 設回預設值。
Syntax
reset(h)
Description
reset(h)
將 h
所定義的物件特性中,有列在factory預設值的都設定回來(resets all properties having factory defaults on the object identified by h
)。要檢閱factory預設值的設定,可利用下列指令(To see the list of factory defaults, use the statement,)
get(0,'factory')
若 h
是 figure, MATLAB
不會重設 Position
, Units
, PaperPosition
,和 PaperUnits
。若 h
是 axes, MATLAB 不會重設 Position
和 Units
.
Examples
See Also
cla
,clf
,gca
,gcf
,hold
repmat | reshape |