|
SOLUTIONS
|
MATHEMATICA IMPORT/EXPORT FORMAT
CDF (.cdf)
MIME types:
, 
Wolfram Computable Document Format (CDF).
Used as a deployment format for interactive output to Wolfram CDF Player.
ASCII format based on the Mathematica expression syntax.
CDF is an acronym for Computable Document Format.
Stores text, typeset expressions, graphics, interface elements, and other Mathematica input and output.
Wolfram Computable Document Format (CDF).
Used as a deployment format for interactive output to Wolfram CDF Player.
ASCII format based on the Mathematica expression syntax.
CDF is an acronym for Computable Document Format.
Stores text, typeset expressions, graphics, interface elements, and other Mathematica input and output.
Import and ExportImport and Export
- Import["file.cdf"] reads a .cdf file and returns it as a Notebook expression.
- Export["file.cdf", expr, "CDF"] exports a Notebook or NotebookObject as a .cdf file.
- Import["file.cdf", elem] imports the specified element from a .cdf file.
- Import["file.cdf", {{elem1, elem2, ...}}] imports multiple elements.
- Export["file.cdf", expr, {"CDF", elem}] creates a .cdf file by treating expr as specifying element elem.
- Export["file.cdf", expr, "CDF", opt1->val1, ...] exports expr with the specified option elements taken to have the specified values.
- See the reference pages for full general information on Import and Export.
- ImportString and ExportString support .cdf files.
ElementsElements
- General Import elements:
-
"Elements" list of elements and options available in this file "Rules" full list of rules for each element and option "Options" list of rules for options, properties, and settings - Data representation elements:
-
"Notebook" Notebook expression representing a .cdf file "NotebookObject" NotebookObject expression "Plaintext" plain text version - Import by default uses the
element for Computable Document Format (CDF) files.
ExamplesExamplesopen allclose all
Basic Examples (1)Basic Examples (1)
Export a notebook with an interactive manipulation to the Computable Document Format (CDF) file:
| In[1]:= |
| Out[1]= |
New in 8
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »

