Generating c++ code from Simulink model with a mex function
Mostrar comentarios más antiguos
I am using a 3rd party library to do some optimisation in my SImulink model and I have generated a mex file for the script that I am using.
I now want to generate code c++ code for this model using the Simulink Coder. I can generate code but when I look at the resulting files I can't seem to see where all of the code is that does the optimisation.
I suspect that the code I have generated links back to the mex file that I have generated ... is this correct ?
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Simulink Coder en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!