Scilab-Branch-6.1-GIT
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
xs2bmp
BMPファイルにグラフィックスを出力.
呼び出し手順
xs2bmp(win_num, file_name) xs2bmp(fig, file_name)
パラメータ
- win_num
整数, エキスポートする図のID.
- fig
エキスポートする図のハンドル.
- file_name
文字列, エキスポートする図の名前.
説明
xs2bmp
はBMPファイルに
グラフィックウインドウの表示内容をエキスポートします.
参照
Report an issue | ||
<< xinit | Graphics export | xs2emf >> |