Simulink coder for Fortran
조회 수: 5 (최근 30일)
이전 댓글 표시
Is there a way of using the Simulink coder to convert a simulink model to Fortran instead of C++?
댓글 수: 0
채택된 답변
Kaustubha Govind
2013년 4월 10일
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
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!