C library for mvnrnd and randn
Show older comments
Hello,
does anybody know a library which provides more or less the same functions as mvnrnd and randn of Matlab? The library must be also usable in within a mexFunction.
Thank you!
2 Comments
Titus Edelhofer
on 3 Apr 2012
Hi Jane,
I'm getting curious your mexFunction questions: why do you need all the things MATLAB provides as mex functions? Or are the mex functions needed to compare MATLAB and your hand written C code? If the latter is the case, you might want to take a look at MATLAB Coder (www.mathworks.com/products/matlab-coder) instead of writing everything by hand ...
Titus
Jane Jean
on 3 Apr 2012
Accepted Answer
More Answers (1)
Titus Edelhofer
on 3 Apr 2012
0 votes
Hi Jane,
if protecting IP is your concern, you might want to try pcode: it comes with MATLAB and encrypcts the algorithm as well ...
Titus
Categories
Find more on Performance in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!