Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

PLOTTING OF MITTAG-LEFFLER FUNCTION- AFUNCTION DEFINED IN TERMS OF AN INFINITE SERIES

1 vue (au cours des 30 derniers jours)
Chuzymatics Chuzymatics
Chuzymatics Chuzymatics le 17 Nov 2013
Clôturé : Walter Roberson le 17 Nov 2013
Please can someone help me find out what is wrong with the code below: % plotting of the ML function k=0:100; alpha=0.5; t=0:100; ML = sum((t.^alpha*k)/(Gamma(0.5*k + 1))); plot(t, ML)
I AM GETTING AN ERROR MESSAGE:"Error using mtimes, inner matrix dimensions must agree"

Réponses (0)

Cette question est clôturée.

Community Treasure Hunt

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

Start Hunting!

Translated by