Borrar filtros
Borrar filtros

.m , .mex, embedded system

3 visualizaciones (últimos 30 días)
shahnaz fatima
shahnaz fatima el 26 de En. de 2014
Respondida: Walter Roberson el 26 de En. de 2014
I have done my work in image processing ( face recognition). now I want to use it in real time with an embedded system.
my work consists of files: .m , mex and excel.
I don't understand embedded c. but I am trying to.

Respuestas (1)

Walter Roberson
Walter Roberson el 26 de En. de 2014
Embedded systems cannot use .mex files or excel. Video functions such as getting video frames are also not supported (unless perhaps under Simulink.)
Basically, anything that cannot be done in standard C without extensions is not supported for code generation from MATLAB.
You can go beyond that by providing your own external routines that access hardware-specific features. If the manufacturer of your hardware has supplied libraries to access hardware without operating system support, then you can use those libraries.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by