how can I convert fortran and C++ to matlab

7 ビュー (過去 30 日間)
Oluwaseyi Aliu
Oluwaseyi Aliu 2019 年 7 月 12 日
回答済み: Ben Barrowes 2019 年 7 月 12 日
how can I convert fortran and C++ to matlab

回答 (1 件)

Ben Barrowes
Ben Barrowes 2019 年 7 月 12 日
If you have more fortran code to convert to matlab code in the future, try f2matlab. F2matlab expects fortran code to be in f90 format (with no goto's), so use Alan Miller's to_f90 or Mike Metcalf's convert.f90 to get the code into f90 format, and Alfasoft's plusfort spag to get rid of around 70% of the goto's. If there are too many goto's remaining to refactor by hand, my remgoto can refactor the rest.

カテゴリ

Help Center および File ExchangeFortran with MATLAB についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by