필터 지우기
필터 지우기

What is the error here?

조회 수: 3 (최근 30일)
Aneesh Rao
Aneesh Rao 2016년 11월 6일
댓글: Aneesh Rao 2016년 11월 9일
  댓글 수: 1
Jan
Jan 2016년 11월 6일
The error is, that my glasses do not have the resolution to parse your screen shot. At least the message looks more orange than red, so it is a warning, not an error.

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

채택된 답변

Kushagr Gupta
Kushagr Gupta 2016년 11월 9일
Documentation of 'dsolve' goes through this warning state and explains what measures can be adopted when this warning is returned.
In summary, If dsolve can find neither an explicit nor an implicit solution, then it issues a warning and returns the empty sym. Returning the empty symbolic object however, does not prove that there are no solutions.
In this case, try to find a numeric solution using the MATLAB® ode23 or ode45 function. In some cases, the output is an equivalent lower-order differential equation or an integral.
Hope this helps!
  댓글 수: 1
Aneesh Rao
Aneesh Rao 2016년 11월 9일
Okay. Thanks Kushagr.

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

추가 답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by