ImportedObject

ImportedObject[]

インポートしたデータのWolfram言語には特別な表現形式がない部分を表す.

詳細

  • ImportedObject[]は,形式のすべてが既知のWolfram言語のデータ型で表せる訳ではないある特定の形式をインポートする際にImportによって返される.
  • ImportedObject[]["Properties"]は使用可能な特性のリストを与える.
  • ImportedObject[]["prop"]を使ってオブジェクトの特性が抽出できる.
  • ImportedObjectはどれも,常に以下の特性を含んでいる.
  • "OriginalFormat"オブジェクトがインポートされたファイル形式の書式
    "RawContent"生のデータのバイト配列
  • ImportedObject[]のその他の特性はインポートされたファイル形式とデータ型に依存する.

例題

すべて開くすべて閉じる

  (2)

サポートされていないオブジェクトタイプを含むPEMをインポートする:

複数の項目を含むPEMファイルをインポートする:

スコープ  (1)

インポートしたオブジェクトの特性を抽出する:

使用可能な特性のリスト:

1つの特性を抽出する:

Wolfram Research (2020), ImportedObject, Wolfram言語関数, https://reference.wolfram.com/language/ref/ImportedObject.html.

テキスト

Wolfram Research (2020), ImportedObject, Wolfram言語関数, https://reference.wolfram.com/language/ref/ImportedObject.html.

CMS

Wolfram Language. 2020. "ImportedObject." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/ImportedObject.html.

APA

Wolfram Language. (2020). ImportedObject. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/ImportedObject.html

BibTeX

@misc{reference.wolfram_2024_importedobject, author="Wolfram Research", title="{ImportedObject}", year="2020", howpublished="\url{https://reference.wolfram.com/language/ref/ImportedObject.html}", note=[Accessed: 18-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_importedobject, organization={Wolfram Research}, title={ImportedObject}, year={2020}, url={https://reference.wolfram.com/language/ref/ImportedObject.html}, note=[Accessed: 18-November-2024 ]}