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!