|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
CallPacket
CallPacket[integer, list]
is a MathLink packet encapsulating a request to invoke the external function numbered integer with the arguments contained in list.
ExamplesExamplesopen allclose all
Basic Examples (1)Basic Examples (1)
Start a MathLink-compatible external program:
| In[1]:= |
Write a CallPacket:
| In[2]:= |
| In[3]:= |
| Out[3]= |
Terminate the external program:
| In[4]:= |
New in 3
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »

