how can i get ode15s ??

6 views (last 30 days)
arwa
arwa on 19 Dec 2014
Answered: Shoaibur Rahman on 19 Dec 2014
i always get ode45 by default but i need ode15s

Accepted Answer

Shoaibur Rahman
Shoaibur Rahman on 19 Dec 2014
[x,y] = ode15s(YourFunction,LowerIntegrationLimit,UpperIntegrationLimit,InitialCondition)

More Answers (0)

Community Treasure Hunt

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

Start Hunting!