|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
DisplayEndPacket
DisplayEndPacket[]
is a MathLink packet that indicates the end of a series of expressions relating to a postscript graphic.
ExamplesExamplesopen allclose all
Basic Examples (1)Basic Examples (1)
Launch a subsidiary Mathematica kernel process:
| In[1]:= |
| Out[1]= |
| In[2]:= |
| Out[2]= |
Write an expression that generates a PostScript graphic:
| In[3]:= |
Read the DisplayPacket expression:
| In[4]:= |
| Out[4]= |
Read the series of expressions for the PostScript graphic:
| In[5]:= |
Out[5]//Short= | |
![]() | |
Read the DisplayEndPacket expression:
| In[6]:= |
| Out[6]= |
| In[7]:= |
New in 3
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »

