.m to .c --- for newbies
Ältere Kommentare anzeigen
hello everyone ,
I have developed a code for arabic OCR suing image processing toolbox. I want to run .m file on linux ,for that i need to convert .m file to .c Can anyone tell me step by step process so as to how to convert .m to .c I m currently using R2010a . I know about matlab coder but its is unavaliable to me .I tried using matlab compiler but it converts .m to .C header file but i dont know how to use it :( ???
Antworten (3)
Walter Roberson
am 13 Mai 2011
0 Stimmen
MATLAB Coder is the only option other than rewriting everything yourself.
MATLAB Compiler does not create C code: it creates data files containing instructions for a threaded interpreter (MCR). It can, however, be used to create a Linux executable (but you would have to do so on a Linux machine.)
robn singh
am 13 Mai 2011
0 Stimmen
1 Kommentar
Walter Roberson
am 13 Mai 2011
MCR is not supported on OMAP processors.
You would probably need to redo your code in Simulink and use Simulink Coder (previously known as Real Time Workshop). I do see the TI OMAP listed as one of the supported targets, at least for Real Time Workshop.
had abdo
am 27 Jan. 2012
0 Stimmen
Hi, robn singh I need to develope a similiar project as u OCR for arabic characters ,, could u help me what the steps or algorithms u follow ??? thanks in advance
Kategorien
Mehr zu MATLAB Compiler finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!