Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Warning on Calling fortran code in Matlab2011a

1 回表示 (過去 30 日間)
kopal1 arora
kopal1 arora 2012 年 6 月 26 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
Hi, I am using Ubuntu12.04 version. I need to call a fortran code in Matlab11a. So, I tried working with an inbuilt fortran code(yprimef.F) first
>> mex yprimef.F
and it gives the following error/Warning:
Warning: You are using gcc version "4.6.3-1ubuntu5)". The version currently supported with MEX is "4.3.4". For a list of currently supported compilers see: http://www.mathworks.com/support/compilers/current_release/
And I am unable to install gcc-4.3 version. I tried "sudo apt-get install gcc-4.3" and it gives an error : $E: Package 'gcc-4.3' has no installation candidate
Any help in this regard is appreciated.

回答 (2 件)

Nirmal
Nirmal 2012 年 6 月 26 日
If I am not wrong, its just the warning. you might wanna try.
warning off;

Walter Roberson
Walter Roberson 2012 年 6 月 26 日

この質問は閉じられています。

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by