|
|
||
|
|
| Import["name.ext"] | 从文件 |
| Import["file","format"] | 按指定格式导入图形 |
| ImportString["string","format"] | 从字符串导入图形 |
| In[1]:= |
| Out[1]= | ![]() |
| In[2]:= |
| Out[2]= | ![]() |
| Graphics[primitives,opts] | 与分辨率无关的图形 |
| Image[data,opts] | 依赖分辨率的位图图像 |
| {graphics1,graphics2,...} | 动画图 |
| Sound[SampledSoundList[data,r]] | 声音 |
Import 返回的表达式的结构.
| In[3]:= |
| Out[3]//Shallow= |
| In[4]:= |
| In[5]:= |
| Out[5]= |
| In[6]:= |
| Out[6]= | ![]() |
| In[7]:= |
| Out[7]= | ![]() |