Symbolic Math Toolbox
 Go to function:
  Search    Help Desk 
procread ExamplesSee Also

Install a Maple procedure.

Syntax

Description

procread('filename') reads the specified file, which should contain the source text for a Maple procedure. It deletes any comments and newline characters, then sends the resulting string to Maple.

The Extended Symbolic Math Toolbox is required.

Examples

Suppose the file ident.src contains the following source text for a Maple procedure.

Then the statement

installs the procedure. It can be accessed with

or

See Also



[ Previous | Help Desk | Next ]