Solving an integral and plotting the result

2 views (last 30 days)
I have the differential form of an equation which i want to integate to obtain a relation between 2 variables and then plot them against each other.
In this particular equation, I have Gfbar and Gobar as functions of wbar. I also have the limits for wbar and tbar and I need to know the relation between wbar and tbar and also plot wbar vs tbar. Everything else is a constant.
  2 Comments
Walter Roberson
Walter Roberson on 14 Sep 2020
To confirm: Gfbar and Gobar are functions of wbar, which in turn is a function of tbar ?
If you have boundary conditions, use tbar as your time variable and use ode45 or ode23s to do the integration.
Khanak Saxena
Khanak Saxena on 14 Sep 2020
I want to ultimately find Gobar and Gfbar as a function time. Through solving this, I will have a relation between wbar and time and since i have the relations Gobar and Gfbar and wbar seperately, I will have the relations with time as well

Sign in to comment.

Answers (0)

Categories

Find more on Scope Variables and Generate Names in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!