|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
LinkObject
LinkObject["name", n1, n2]
is an object that represents an active MathLink connection for functions such as LinkRead and LinkWrite.
DetailsDetails
- LinkConnect, LinkCreate, LinkLaunch, and Install all return LinkObject objects.
- The integer n is a serial number used to distinguish links with the same name.
- name is typically the name of an external program, or an internet TCP specification of the form
.
ExamplesExamplesopen allclose all
Basic Examples (3)Basic Examples (3)
Represent the active MathLink connection used by the Mathematica kernel:
| In[1]:= |
| Out[1]= |
LinkCreate creates a MathLink connection and returns a LinkObject:
| In[1]:= |
| Out[1]= |
Use LinkClose to close the connection:
| In[2]:= |
List of all active LinkObject objects whose name ends with
:
| In[1]:= |
| Out[1]= | ![]() |
New in 3
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »

