p-code function
Mostrar comentarios más antiguos
I want to generate real-time code from a simulink model. The problem i am facing is this simulink block diagram has a embedded function which uses a 3rd party code in .p format. Is this feasible
Respuestas (1)
Kaustubha Govind
el 7 de Mzo. de 2012
3 votos
It is possible to generate code from .p files as long as the author of that code specified the coder.allowpcode (previously called eml.allowpcode) directive in the corresponding MATLAB function (before pcode-ing it). You can either ask the author or try generating code from it yourself - you will see an appropriate error if the author did not enable code generation.
3 comentarios
Sean de Wolski
el 7 de Mzo. de 2012
Nice!
Srikanth
el 20 de Mzo. de 2012
Daniel Shub
el 20 de Mzo. de 2012
If the author of the pcoded file has not allowed you to use coder, than you cannot use coder. You need to contact the author of the pcoded file.
Categorías
Más información sobre Texas Instruments C2000 Processors 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!