n=-8:0.2:8;
for ind=1:length(n)
if n(ind)>=-8
Fermi(ind)=((-1)/2)*sqrt(pi)*(polylog(2/3,exp(n(ind))));
end
end
Ref2=semilogy(n,Fermi,'r','LineWidth',2,'LineStyle','--');
set(Ref2,'DisplayName','Ref 2');
我想執行一個指令是由polylogarithm function包含其中,
如以下網站所示:
http://www.wolframalpha.com/input/?i=f%28x%29%3Dintegral+%28x%5E%281%2F2%29%2F%281%2Be%5E%28x-A%29%29%29+dx%2C+%5Bx%3D0%2Cinf%5D
或幫我看看我的程式碼是哪邊出錯....感謝
This entry passed through the Full-Text RSS service - if this is your content and you're reading it on someone else's site, please read the FAQ at fivefilters.org/content-only/faq.php#publishers.
留言列表