フィルターのクリア

Run a MuPAD script in matlab

1 回表示 (過去 30 日間)
Jon Vegard
Jon Vegard 2015 年 4 月 15 日
I want to be able to evaluate the integral
int_R^\infty exp(2*I*k*r)/r^n dr
in MuPAD where the notebook must take R, k and n as input argument and return the value of the integral to matlab.
I have tried
f = evalin(symengine, 'float(int(exp(2*I*k*r)/r^n, r=R..infinity))'); matlabFunction(f, 'file','otherFunctions/expIntegral_syms')
but the function meijerG does not exist in matlab, so I do not get any resulting value.
The problem I guess is that I try to create a matlab function which evaluates the integral, but I want to evaluate the integral using MuPAD. How do I create a "function" in MuPAD which may transfer input and output arguments to matlab?

回答 (0 件)

カテゴリ

Help Center および File ExchangeGet Started with MuPAD についてさらに検索

製品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by