(New to Matlab) DAE system?

1 view (last 30 days)
TaeHyung
TaeHyung on 30 Sep 2013
Hello. I'm trying to solve this problem.
dydt = (a*y+b)*exp(c-d*(sin(t)-e*x))*h(sin(t)-e*x)
log(x/(i*sqrt(y)-j)+1) = k*(sin(t)-(m*y+n)*x)
here t is the independent variable and x and y are depend on t and others are constants. x(t) y(t)
How can I solve this problem? (with ode15s?)
Thank you

Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!