Clear Filters
Clear Filters

Info

This question is closed. Reopen it to edit or answer.

How can I solve this ODE equation?

1 view (last 30 days)
Luqman Saleem
Luqman Saleem on 19 Feb 2018
Closed: MATLAB Answer Bot on 20 Aug 2021
I have variable "Y" which is dependent on single variable "x". I want to solve following equation:
d(Y(x))/dx==0
It looks simple. I don't have any initial or boundary conditions.
  2 Comments
Luqman Saleem
Luqman Saleem on 19 Feb 2018
I just found that it can be easily solved using solve() function.
Star Strider
Star Strider on 19 Feb 2018
It simply integrates to an arbitrary constant.

Answers (0)

This question is closed.

Community Treasure Hunt

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

Start Hunting!