필터 지우기
필터 지우기

Elliptical integral function is not recognized.

조회 수: 1 (최근 30일)
Nikhil
Nikhil 2015년 4월 10일
댓글: Star Strider 2015년 4월 10일
Hello all,
In my Maltab code, I am using incomplete elliptical integral of first and second kind. I am getting error message for the following code line:
phi = 1.4612, t = 0.9879;
Eincom = ellipticE(phi,t);
Fincom = ellipticK(phi,t);
Error message is
??? Undefined function or method 'ellipticE' for input arguments of type 'double'.
Error in ==> Subsurface_Stresses at 11 Eincom = ellipticE(phi,t);
More information about these functions is given on:
Can someone please help me to debug this error? Matlab doesn't seem to recognize ellipticE function. I am using R2011a version.
Thank you in advance,
Sincerely,
Nikhil
  댓글 수: 1
Star Strider
Star Strider 2015년 4월 10일
The ellipticE function was introduced in R2013a.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Time Series에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by