Info
This question is closed. Reopen it to edit or answer.
how to randn function compile to dll
1 view (last 30 days)
Show older comments
how to randn function compile to .dll?
0 Comments
Answers (1)
Walter Roberson
on 22 Jun 2016
Just put a call to it in the function that you compile with the MATLAB Compiler product or MATLAB Coder product. randn() is not on the list of functions that cannot be compiled, so just code your call and apply the Compiler or Coder product.
2 Comments
Walter Roberson
on 22 Jun 2016
https://www.mathworks.com/matlabcentral/answers/164490-how-to-create-a-dll-from-a-matlab-code#answer_161232
This question is closed.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!