How can I solve this ODE equation?

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

I just found that it can be easily solved using solve() function.
It simply integrates to an arbitrary constant.

Answers (0)

This question is closed.

Asked:

on 19 Feb 2018

Closed:

on 20 Aug 2021

Community Treasure Hunt

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

Start Hunting!