![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1137245/image.png)
How to plot implicit ODE?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Juan Vicente
el 27 de Sept. de 2022
Comentada: Torsten
el 21 de Oct. de 2022
How can I plot the solution of this ODE x^2.y’-y-y^2=0. Help me out please, I am new at Matlab.
0 comentarios
Respuesta aceptada
Davide Masiello
el 27 de Sept. de 2022
Editada: Davide Masiello
el 27 de Sept. de 2022
You need to solve it first.
The ODE can be easily made explicit
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1137245/image.png)
Then you can use any Matlab ODE solver (see this documentation) to numerically solve it and then plot it using the plot function.
I suggest you give it a go, and if you stumble into problems of any sort maybe come back here and we can fix them.
8 comentarios
Torsten
el 21 de Oct. de 2022
Solve the last equation for y and incorporate the boundary condition to get the constant C.
What's the problem ?
Más respuestas (0)
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!