Effacer les filtres
Effacer les filtres

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

4 vues (au cours des 30 derniers jours)
Nikhil
Nikhil le 20 Juin 2014
Commenté : Nikhil le 23 Juin 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

Réponses (1)

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

Connectez-vous pour commenter.

Catégories

En savoir plus sur Cell Arrays dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by