can hdl coder convert matlab codes that have functions inside them which is written by user?
Infos
Cette question est clôturée. Rouvrir pour modifier ou répondre.
Afficher commentaires plus anciens
hi I have a matlab main code and i use some functions inside main code that I wrote them.when I run HDL CODER,I have error that these functions can not be recognized. I was wondering if there is any way that matlab know them??
Réponses (1)
Walter Roberson
le 5 Août 2015
0 votes
In general, Yes, provided that all the elements of the function can be turned into code.
You will generally need to alter your code a bit for use with code generation. See http://www.mathworks.com/help/fixedpoint/algorithm-design.html
1 commentaire
fahim GH
le 9 Août 2015
Cette question est clôturée.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!