Symbolic Math Toolbox
 Go to function:
  Search    Help Desk 
mapleinit

Initialize the Maple kernel.

Syntax

Description

mapleinit determines the path to the directory containing the Maple Library, loads the Maple linear algebra and integral transform packages, initializes digits, and establishes several aliases. mapleinit is called by the MEX-file interface to Maple.

You can edit the mapleinit M-file to change the pathname to the Maple library. You do this by changing the initstring variable in mapleinit.m to the full pathname of the Maple library, as described below.

UNIX

Suppose you already have a copy of the Library for Maple V, Release 4 in the UNIX directory /usr/local/Maple/lib. You can edit mapleinit.m to contain

and then delete the copy of the Maple Library that is distributed with MATLAB.

MS-Windows

Suppose you already have a copy of the Library for Maple V, Release 4 in the directory C:\MAPLE\LIB. You can edit mapleinit.m to contain

and then delete the copy of the Maple Library that is distributed with MATLAB.

Macintosh

Suppose you already have a copy of the Library for Maple V, Release 4 in the directory MyDisk:Maple:Lib. You can edit mapleinit.m to contain

and then delete the copy of the Maple Library that is distributed with MATLAB.



[ Previous | Help Desk | Next ]