Plotting the graph of Mittag-Leffler Function
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentar
Ishfaq Ahmad
am 24 Sep. 2019
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.
Antworten (1)
David Hill
am 24 Sep. 2019
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 Kommentare
David Hill
am 24 Sep. 2019
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.
Siehe auch
Kategorien
Mehr zu Special Functions finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!