MATLAB: Simulink coder for Fortran

cfortransimulinksimulink coder

Is there a way of using the Simulink coder to convert a simulink model to Fortran instead of C++?

Best Answer

No, Simulink Coder can only generate C/C++ code from Simulink models. I don't know much about FORTRAN, but perhaps you can generate C code from your model and call it from a "wrapper" FORTRAN subroutine? For example, I found this discussion: http://stackoverflow.com/questions/354182/calling-c-code-from-fortran