Plotting the graph of Mittag-Leffler Function
이전 댓글 표시
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.
Deep Singh
2023년 5월 10일
can you please provide an example with graph plotted for the above code
카테고리
도움말 센터 및 File Exchange에서 Special Functions에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!