Search code examples
matlabimage-processingkeil

how to add image-processing matlab libraries to keil


I am working with A robot
I want to work with The Image processing of the robot, and I programme the ARM with Keil And Kiel is in C language, and I do Image processing with Matlab, how can I add the Libraries to Keil?


Solution

  • I am not sure whether this will work in Keil, but from Matlab, you can generate normal C code. Not all MATLAB code can be converted to C, you most likely need to alter your code before it is ready for conversion into C.