Converting matlab functions MVKSDensity to dll
8 ビュー (過去 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!