MATLAB Function Reference |
Syntax
h = gcf
Description
h = gcf
傳回目前圖形視窗的握把,目前的圖形視窗是只由一些如plot
、title
、和surf
指令所會出的結果,若沒有圖形視窗存在,MATLAB 產生一個新的且回其握把。若不想圖形視窗不存在時MATLAB便產生一個新的的話,你可以使用下列敘述︰
get(0,'CurrentFigure')
See Also
axes
, clf
, close
, delete
, figure
, gca
, gcbo
, gco
, subplot
CurrentFigure
屬性
gcd | gco |