|
|
|||
|
|
| Built-in Mathematica Symbol | Tutorials »|See Also »|More About » |
Import Listing of Formats » |
| "format" | take the file to be in the specified format | |
| elem | import a single element assuming the default format | |
| {"format",elem} | import an element assuming the specified format | |
| {"comp1",...,"format",...} | assume also compression formats "compi" (e.g. "GZIP") | |
| {elem1,elem11} | import subelement elem11 of elem1 | |
| {elem1,elem11,...} | import subelements of subelements | |
| {elem1,{elem11,elem12,...}} | import several subelements of elem1 | |
| {elem1,n} | import the n |
| "Elements" | a list of names of elements | |
| "Rules" | rules for the values of all elements | |
| "Options" | rules for options, settings, meta-information, etc. | |
| "Data" | data in a generic Mathematica form (list, string, etc.) | |
| "RawData" | raw data as used in the format (e.g. indexed colors) | |
| "Image" | raster image (for graphical formats) | |
| "Graphics" | 2D graphics (for graphical or geometry formats) | |
| "Graphics3D" | 3D graphics (for graphical or geometry formats) | |
| "Sound" | sound (for sound formats) | |
| "Plaintext" | plain text (for textual formats) | |
| "Grid" | grid format (for arrays, spreadsheets, etc.) |