How can I convert power operator of Matlab (^) to (**) to be used in Fortran?

3 ビュー (過去 30 日間)
ND
ND 2015 年 5 月 13 日
コメント済み: Star Strider 2015 年 5 月 13 日
Please I am using Matlab to calculate a jacobian matrix then I need to transfer this matrix to fortran. the problem is Matlab uses the power operator as(^) while fortran uses (**). I try to convert this operator by using (strrep function) after calculating the jacobian matrix. However, Matlab gives me this error message. (convert to double from syms is not possible).
Please there is such a way to solve this problem?
Best regards & many thanks

採用された回答

Star Strider
Star Strider 2015 年 5 月 13 日
Don’t do it yourself! If you want to convert a symbolic expression to FORTRAN, use the fortran function. It will do the conversion for you.
  2 件のコメント
ND
ND 2015 年 5 月 13 日
Many thanks for your comment, it really solves the problem.
Best regards
Star Strider
Star Strider 2015 年 5 月 13 日
My pleasure!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

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