Plotting the graph of Mittag-Leffler Function
6 ビュー (過去 30 日間)
古いコメントを表示
Please I need help on how to code and plot the Mittag-Leffler function.It's a one or two-parameter function defined in terms of an infinite series.
1 件のコメント
Ishfaq Ahmad
2019 年 9 月 24 日
sir,I also have same problem.One thing I want to share with u is that a person namely "Ricado Almeda" knows every thing about this.I contact with the said person but he refuses to help me.
回答 (1 件)
David Hill
2019 年 9 月 24 日
Use file exchange mlf function: https://www.mathworks.com/matlabcentral/fileexchange/8738-mittag-leffler-function
e = mlf(alf,bet,c,fi);
plot(c,e);
2 件のコメント
David Hill
2019 年 9 月 24 日
The function appears to be well vetted based on the comments. All you will need to do is download the function from the above link, and start using it. The function has comments within it that should help like the fi constant dictates the accuracy. I assume you will be sending a vector (c) to the mlf function. If you want to change alf, and bet you can place the function call within loops where alf and bet are changed.
参考
カテゴリ
Help Center および File Exchange で Special Functions についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!