Info

この質問は閉じられています。 編集または回答するには再度開いてください。

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

1 回表示 (過去 30 日間)
Chuzymatics Chuzymatics
Chuzymatics Chuzymatics 2013 年 11 月 17 日
閉鎖済み: Walter Roberson 2013 年 11 月 17 日
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"

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by