From: Mehdi bahonar on
Hi There,

I have question in regard to Laguerre function. How can we use this function in Matlab? Can we use Maple's function in Mathlab?

Thanks,
Maryam
From: Walter Roberson on
Mehdi bahonar wrote:

> I have question in regard to Laguerre function. How can we use this
> function in Matlab?

Possibly this file exchange submission:

http://www.mathworks.com/matlabcentral/fileexchange/15916


> Can we use Maple's function in Mathlab?

Yes, if you have the appropriate license from Maple to interface with Matlab
and you use the right magic calling sequence.
From: Alan Weiss on
Walter Roberson wrote:
> Mehdi bahonar wrote:
>
>> I have question in regard to Laguerre function. How can we use this
>> function in Matlab?
>
> Possibly this file exchange submission:
>
> http://www.mathworks.com/matlabcentral/fileexchange/15916
>
>
>> Can we use Maple's function in Mathlab?
>
> Yes, if you have the appropriate license from Maple to interface with
> Matlab and you use the right magic calling sequence.

If you have Symbolic Math Toolbox(TM), call mfun('L',n,x) to evaluate
the Laguerre polynomial with nonnegative integer n and real x. See
http://www.mathworks.com/access/helpdesk/help/toolbox/symbolic/mfunlist.html

Alan Weiss
MATLAB mathematical toolbox documentation