|
SOLUTIONS
|
Integer8
同一8ビット符号付き整数の列.
バイナリデータ形式.
バイナリデータ形式.
ImportとExportImportとExport
- Import["file", "Integer8"]は任意のファイルを8ビット符号付き整数の列として読み込み,領域(-128, 127)の整数のパックアレーを返す.
- Export["file", list, "Integer8"]は領域
の整数のリストをバイナリ8ビットの整数の列にエキスポートする. - Import["file", {"Integer8", elem}]またはImport["file", elem ]は指定された要素を file よりインポートする.
- Import["file", {"Integer8", {elem1, elem2, ...}}]は複数の要素をインポートする.
- ImportとExportについての一般的な情報は,関数ページを参照のこと.
- ImportStringとExportStringはInteger8 形式をサポートしている.
バージョン 5.1 の新機能 | バージョン 6 での修正機能
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
