Exception of code generation in matlab coder with "bsxfun" and "exp"
显示 更早的评论
Hello!
I have some troubles wih code generation in matlab coder. I have done neural network by neural network tool and I should import this results to my project on C++. In my try to generate code I have some warnings/exceptions (issues):" "bsxfun" is not supported for code generation", the same for function "exp". But "bsxfun" and "exp" are included in list supported for code genearation functions in documentation. Help me please to solve this problem!
1 个评论
Walter Roberson
2015-9-17
Which MATLAB version are you using?
回答(1 个)
Jeevan Thomas
2015-9-17
0 个投票
There are some restrictions in using this function for code generation. Please refer to the below links and see if your implementation follows the constraints.
类别
在 帮助中心 和 File Exchange 中查找有关 MATLAB Coder 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!