PRODUCTS
PURCHASE
FOR USERS
COMPANY
OUR SITES
DOCUMENTATION CENTER SEARCH
Mathematica
>
Installable MathLink Programs
>
Built-in
Mathematica
Symbol
MathLink
Installing Existing MathLink-Compatible Programs
Setting Up External Functions to Be Called from Mathematica
Tutorials »
|
Install
LinkClose
Close
See Also »
|
Installable MathLink Programs
More About »
Uninstall
Uninstall
[
link
]
terminates an external program started by
Install
, and removes
Mathematica
definitions set up by it.
MORE INFORMATION
The argument of
Uninstall
is a
LinkObject
representing a
MathLink
link as returned by
Install
.
Uninstall
calls
Unset
to remove definitions set up by
Install
.
If there is only one linked program with a particular name, the argument to
Uninstall
can be
"
name
"
.
EXAMPLES
CLOSE ALL
Basic Examples
(1)
Start a
MathLink
-compatible external program:
In[1]:=
In[2]:=
Out[2]=
Get usage information:
In[3]:=
Call an external function:
In[4]:=
Out[4]=
Terminate the external program:
In[5]:=
Out[5]=
The external function is no longer available:
In[6]:=
Out[6]=
Reset the directory to its previous value:
In[7]:=
SEE ALSO
Install
LinkClose
Close
TUTORIALS
MathLink
Installing Existing
MathLink
-Compatible Programs
Setting Up External Functions to Be Called from
Mathematica
MORE ABOUT
Installable MathLink Programs
New in 2 | Last modified in 3
© 2008 Wolfram Research, Inc.