Converting matlab functions MVKSDensity to dll
4 次查看(过去 30 天)
显示 更早的评论
Hi,
I am trying to convert one of my function that uses matlab function of mvksdensity() into dll, but I have run into the following error.
Would there be any way to solve this? if not, is there any reference i could use to re-produce mvksdensity() into matlab so, that I could generate a dll for use in my other applications?
Thank you

2 个评论
Walter Roberson
2022-2-26
which release are you using? It is supported for code generation in the current release
https://www.mathworks.com/help/stats/mvksdensity.html#mw_ae1b80da-48a4-4c84-8982-5380821a32a2
采纳的回答
Walter Roberson
2022-2-27
编辑:Walter Roberson
2022-2-27
Code generation for that function was added in R2019a.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Random Number Generation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!