From: Mehdi bahonar on 8 Mar 2010 17:34 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 8 Mar 2010 17:42 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 9 Mar 2010 08:37 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
|
Pages: 1 Prev: how to define a variable with a variable? Next: Workaround? |