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!