unsupported MATLAB function call for matlab function 'datastore'
1 次查看(过去 30 天)
显示 更早的评论
How to deal with matlab functions that are unsupported when using Matlab Coder?
0 个评论
回答(2 个)
Marc Jakobi
2016-10-14
You can look into the code
edit datastore
Maybe it's possible to create a function that does the same without using unsupported functions.
0 个评论
Sean de Wolski
2016-10-14
If you're generating a mex file then flag it as coder.extrinsic and that piece will continue to run in MATLAB. Otherwise, rewrite it with supported MATLAB functions or c code (using coder.ceval).
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 MATLAB Code Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!