Community Profile

photo

Elliot Alderson


Last seen: 3 years ago Active since 2020

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


Plot a variable within a function
How should I plot Ca vs W curve after function has been evaluated A0 = [0 1]; Wspan = [0 100]; [W, A] = ode45(@ODEfun, Wspan,...

3 years ago | 1 answer | 0

1

answer

Question


ode arguments error in function
I am trying to solve 2 differential equations wrt W, but i am getting this error. A0 = [0 1]; Wspan = [0 100]; [W, A] = ode45...

3 years ago | 1 answer | 0

1

answer