Simulink coder for Fortran
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Is there a way of using the Simulink coder to convert a simulink model to Fortran instead of C++?
0 comentarios
Respuesta aceptada
Kaustubha Govind
el 10 de Abr. de 2013
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
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Simulink Coder en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!