Filter löschen
Filter löschen

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

4 Ansichten (letzte 30 Tage)
Nikhil
Nikhil am 20 Jun. 2014
Kommentiert: Nikhil am 23 Jun. 2014
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

Antworten (1)

James Tursa
James Tursa am 20 Jun. 2014
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 Kommentare
Nikhil
Nikhil am 23 Jun. 2014
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 am 23 Jun. 2014
Sorry. .docx option was not available. So I have attached .pdf file here

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Cell Arrays 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