Scilab-Branch-5.3-GIT
      
      
    Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
xload
保存されたグラフィックをロードする
呼び出し手順
xload(file_name,[win_num])
パラメータ
- file_name
- 文字列, ファイル名. 
- win_num
- 整数, グラフィックウインドウの番号. 指定されない場合, カレントのグラフィックウインドウが使用されます. 
説明
xload はファイル file_name
	に含まれるグラフィックを
	グラフィックウインドウ win_numに
	リロードします.
Scilab 5.0以降, 全ての uimenuまたは uicontrolハンドルも ロードされます.
グラフィックを含むファイルに関して,load
	関数はxloadの代わりに使用されます.
	xload はウインドウ番号,
	ウインドウの大きさ,ウインドウの次元を回復しません.
例
作者
J.Ph.C.
| << load_save | load_save | xsave >> |