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