|
|
|||
|
|
| Mathematica Tutorial | Functions »|Tutorials » |
| Import["name.ext"] | import graphics from the file name.ext in a format deduced from the file name |
| Import["file","format"] | import graphics in the specified format |
| ImportString["string","format"] | import graphics from a string |
Importing graphics and sounds.
|
|
| Graphics[primitives,opts] | resolution-independent graphics |
| Graphics[Raster[data],opts] | resolution-dependent bitmap images |
| {graphics1,graphics2,...} | animated graphics |
| Sound[SampledSoundList[data,r]] | sounds |
Structures of expressions returned by Import.
|
|
|
|
|
| © 2013 Wolfram Research, Inc. |