Auto-code friendly functions
6 次查看(过去 30 天)
显示 更早的评论
I am generating code in Matlab that will later be converted to C via Auto-code. I am wondering if there is a list of auto-code friendly functions for high-level MATLAB built-in functions. In other words, I am trying to figure out which built-in functions I can use and which ones I should avoid and try to replicate. For instance, functions like "norm", "log", "chol", "cholupdate", "qr", and etc.
Thanks.
0 个评论
采纳的回答
OCDER
2019-1-30
You'll need to look through these supported Matlab functions for automatic code generation.
https://www.mathworks.com/help/coder/language-supported-for-code-generation.html
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!