MATLAB Function Reference |
Syntax
openfig('filename.fig','new') openfig('filename.fig','reuse') openfig('filename.fig') figure_handle = openfig(...)
Description
openfig('
開啟包含在 FIG 檔案的圖表,filename
.fig','new')
filename
.fig
,並確認其可完全地顯示並定位於螢幕上。若檔案是在
MATLAB 的路徑,則不需要針對 FIG 檔案打入全路徑。.fig
副檔名為隨意,不一定需要。
openfig('
若範本不能開啟,則開啟包含 FIG 檔案的圖表;否則 filename
.fig','reuse')
openfig
帶來之前已存在的範本,並確定其可完整地呈現在螢幕上。
openfig('
和 filename
.fig')
openfig('
filename
.fig','new')
相同。
figure_handle = openfig(...)
回傳圖表的頭銜。
Remarks
若 FIG 檔案包含不可顯現的圖表,則 openfig
回傳它的頭銜且不會顯示。若適合的話,圖表將會顯現。
See Also
guide
, guihandles
, movegui
, open
, hgload
, save
open | opengl |