problem in plotting the logarithmic integral
4 ビュー (過去 30 日間)
古いコメントを表示
Good Evening to everybody.
I have a serious problem. I'm using Matlab, and I am not be able to plot the Logarithmic Integral, logint or LI(x). Matlab do not recognize the command or the input, and I don't know how to do.
For example if I write
x = linspace(0, 10); y = cosint(x); plot(x,y)
it's all ok.
But if I try to write logint(x) or Li(x) or whatever else.. nothing. Error.
What's the problem?
Thank you very much to everybody
0 件のコメント
回答 (1 件)
Star Strider
2014 年 9 月 9 日
It’s in the Symbolic Math Toolbox as logint. There is also a MuPAD version as Li. I can’t find documentation for any others, although searching the File Exchange for logarithmic integral might be an option.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!