Exception of code generation in matlab coder with "bsxfun" and "exp"
Mostra commenti meno recenti
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 Commento
Walter Roberson
il 17 Set 2015
Which MATLAB version are you using?
Risposte (1)
Jeevan Thomas
il 17 Set 2015
0 voti
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.
Categorie
Scopri di più su MATLAB Coder in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!