How to convert Header files in C to Matlab?
Mostrar comentarios más antiguos
How will i convert the header files in the C program to Matlab.In the Matlab 2013 is there any code generator .Like C to matlab converter?
Respuestas (1)
Walter Roberson
el 21 de Abr. de 2013
0 votos
There is no C to MATLAB convertor that I am aware of. C has operations that have no MATLAB equivalent.
Does this have to do with generating the interface definition for a DLL for loadlibrary() ? If so then the routine expects C .h files rather than MATLAB ones.
Categorías
Más información sobre Data Type Conversion en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!