What is the error here?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Aneesh Rao
el 6 de Nov. de 2016
Comentada: Aneesh Rao
el 9 de Nov. de 2016
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/157714/image.png)
1 comentario
Jan
el 6 de Nov. de 2016
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.
Respuesta aceptada
Kushagr Gupta
el 9 de Nov. de 2016
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!
Más respuestas (0)
Ver también
Categorías
Más información sobre Calculus en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!