How to convert .c/.MEX file to .m files ?

4 次查看(过去 30 天)
Nikhil
Nikhil 2014-6-20
评论: Nikhil 2014-6-23
Hello all,
I am using modeFrontier software for optimization. I want to use the surrogate/meta model it generates into Matlab. The export options available in modeFrontier are 1. C/Matlab MEX files 2.FORTRAN files 3. Java Files. Can somebody please guide me how can I convert any of these file into .m files which Matlab can read easily. Thank you in advance,
Sincerely, Nikhil

回答(1 个)

James Tursa
James Tursa 2014-6-20
The simplest seems to be the C/MATLAB MEX option, since that suggests you can simply take the exported files, compile them, and then use them directly without any conversion needed.
If you need to convert to m-code for some reson, which languages do you know? I would pick the one you are most familiar with and use that one for the export. Then line-by-line convert it. How large is the code?
  2 个评论
Nikhil
Nikhil 2014-6-23
Hey,
I have attached the .docx file here. It contains c code around 2 and half page long. I am familiar with c language a little bit. Also my aim is I want make changes to this exported output file and test some simulations in Matlab. It would be great if you can guide me for the same. Thanks in advance,
Nikhil
Nikhil
Nikhil 2014-6-23
Sorry. .docx option was not available. So I have attached .pdf file here

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Cell Arrays 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by