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

Numeric evaluation of Maple mathematical function.

Syntax

Description

mfun('function',par1,par2,par3,par4) numerically evaluates one of the special mathematical functions known to Maple. Each par argument is a numeric quantity corresponding to a Maple parameter for function. You can use up to four parameters. The last parameter specified can be a matrix, usually corresponding to X. The dimensions of all other parameters depend on the Maple specifications for function. You can access parameter information for Maple functions using one of the following commands:

Maple evaluates function using 16 digit accuracy. Each element of the result is a MATLAB numeric quantity. Any singularity in function is returned as NaN.

Examples

mfun('FresnelC',0:5) returns

mfun('Chi',[3*i 0]) returns

See Also

mfunlist, mhelp



[ Previous | Help Desk | Next ]