Filter löschen
Filter löschen

Tips for converting this piece of f77 source code to Matlab

2 Ansichten (letzte 30 Tage)
Stanley Kubrick
Stanley Kubrick am 11 Nov. 2014
Beantwortet: Star Strider am 11 Nov. 2014
The code attached is a piece of from a publicly available FORTRAN source (the complete source code is found here ). I was wondering if anyone could direct me on how to convert it to Matlab code. I've tried to convert it using f2matlab, however I can't convert it to f90 (which f2matlab requires).
The Matlab file I've attached is the conversion I've got so far, but I get an error with "while(more)".
Any help would be greatly appreciated.

Antworten (3)

Stanley Kubrick
Stanley Kubrick am 11 Nov. 2014
Source code

Stanley Kubrick
Stanley Kubrick am 11 Nov. 2014
Matlab Conversion so far

Star Strider
Star Strider am 11 Nov. 2014
The matrix exponential function expm and matrix left divide function (\) mldivide (to use instead of the explicit inverse) are your friends here. I’m not certain what you’re doing with your FORTRAN subroutines, so I can’t comment further.

Kategorien

Mehr zu Fortran with MATLAB finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by