Please note that the recommended version of Scilab is 2025.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
はウインドウ番号,
ウインドウの大きさ,ウインドウの次元を回復しません.
例
Report an issue | ||
<< load_save | load_save | xsave >> |