Exception of code generation in matlab coder with "bsxfun" and "exp"
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentario
Respuestas (1)
Jeevan Thomas
el 17 de Sept. de 2015
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.
0 comentarios
Ver también
Categorías
Más información sobre MATLAB Coder en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!