Warning: Error updating FunctionLine
조회 수: 1 (최근 30일)
이전 댓글 표시
I have written 3 simple lines of code to plot a function. Here is my code:
n=2;
omega=@(r) log(factorial(r+n-1))-log(factorial(r))-log(factorial(n-1));
fplot(omega,[0 150],'b')
When I plot it, it gives me the following error message: "Warning: Error updating FunctionLine".
In case this information is useful, the function is the natural log of the multiplicity of an Einstein Solid. The multiplicity is given by
. Where n is the number of oscillators and r is quanta of energy. When we take natural log, we get
. I checked in the command window, and the largest factorial that MATLAB can calculate is the factorial of 170, but it never has to calculate the factorial of a number greater than 170 while
.
. Where n is the number of oscillators and r is quanta of energy. When we take natural log, we get
. I checked in the command window, and the largest factorial that MATLAB can calculate is the factorial of 170, but it never has to calculate the factorial of a number greater than 170 while 댓글 수: 0
답변 (1개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Gamma Functions에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!