- Use the MATLAB Coder product to generate C or C++ code from the MATLAB source, and then use an appropriate compiler to generate hardware-specific files from the C or C++ source.
- Code in Simulink and use Simulink Coder to generate files. In some cases, for some targets, the generation can be done more tuned for the specific target.
- Depending on what you mean by "in hardware", you might be able to use Arduino
implementation of image encryption in hardware
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
vardhit
el 30 de Dic. de 2013
Respondida: Walter Roberson
el 30 de Dic. de 2013
i have made a matlab code for image encryption using pixel shifting algorithm. i would like to know how can i implement the code on a hardware? thanx in advance.
0 comentarios
Respuesta aceptada
Walter Roberson
el 30 de Dic. de 2013
You have different options:
Note: neither MATLAB Coder nor Simulink Coder are available for Student Version licenses, only for Academic and Professional / Commercial licenses.
It is possible that I have missed one of the code generation options for use with Simulink.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Embedded Coder en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!