Converting fortran code to matlab

조회 수: 1 (최근 30일)
Gerd
Gerd 2011년 4월 19일
Hello,
I have a Fortran .dll compiled on a Win32 XP machine and the fortran source code. I moved the code to Matlab to be more flexible on new code development. Comparing the results of the .dll and the Matlab code I receive a relative accuracy error between 0.01% and 3%. My question is:
  • both programms use double resp. real*8 numbers
  • both programms are running on the same computer.
Why do I get these errors in accuracy?
Gerd

채택된 답변

Walter Roberson
Walter Roberson 2011년 4월 19일
Fortran and MATLAB may use different default rounding schemes.
When you converted the code to MATLAB, did you ensure that all of the operations would be done in exactly the same order as in Fortran? MATLAB's order of operations may be different than Fortran even for identical code lines.

추가 답변 (1개)

Gerd
Gerd 2011년 5월 9일
Hi Walter,
thank's for your reply. I did a lot of investigations on my code. The code "looks" like the same as in my fortran code. Anyway the code reproduces now some minor roundness error what I can tolerate. Again thank you Gerd

카테고리

Help CenterFile Exchange에서 Fortran with MATLAB에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by