Matlab Coder for ODE solvers (ode15s)

Hello-
I code ordinary differential equation (ODE) models in matlab that contain large numbers of ODEs. Running the code in Matlab is taking far too long for the applications I am interested in. Is there a way to convert ode solvers (such as ode15s) using Matlab Coder to c or c++ to speed up my scripts without manually coding everything in c? So far, I haven't found any way to do this in an automated fashion. It would be nice to just run the code in C but still get the output in Matlab in order to make plots, tweak the code, etc.
Thanks.

댓글 수: 2

RahulTandon
RahulTandon 2015년 7월 8일
PLEASE TRY MODELLING YOUR PROBLEM IN SIMULINK AND THEN USE THE CODER THERE TO GENERATE C++ CODE OR FOR THAT MATTER USE THE SIMULINK MODEL ITSELF!
Torsten
Torsten 2015년 7월 8일
All the requests you answer or comment on are out-of-date.
Why don't you take care of recent problems ?
Best wishes
Torsten.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

질문:

2014년 8월 5일

댓글:

2015년 7월 8일

Community Treasure Hunt

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

Start Hunting!

Translated by