Is it possible to get a matlab to C code converter? I have a .m file that is to be used in quartus 2(fpga tool).So I need to generate the C equivalent for the code in hand.
Mostrar comentarios más antiguos
My project is fingerprint identification implementation in fpga.Its a herculean task for me to code the image processing part in C/C++ and that's why i turned to matlab.
Respuestas (1)
Kaustubha Govind
el 27 de Feb. de 2012
1 voto
You can use MATLAB Coder to convert MATLAB code to C code automatically, but only a subset of MATLAB language features and functions are supported for code-generation.
2 comentarios
dee koshy
el 2 de Mzo. de 2012
Walter Roberson
el 2 de Mzo. de 2012
MATLAB Coder is an optional product whose list price is $US 6500. It is *not* available for the Student Version and will not execute in the Student Version.
The Simulink FPGA code generation tools are also not available for the Student Version.
Categorías
Más información sobre HDL Coder en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!