unsupported MATLAB function call for matlab function 'datastore'
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
How to deal with matlab functions that are unsupported when using Matlab Coder?
0 comentarios
Respuestas (2)
Marc Jakobi
el 14 de Oct. de 2016
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 comentarios
Sean de Wolski
el 14 de Oct. de 2016
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 comentarios
Ver también
Categorías
Más información sobre MATLAB Code Analysis en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!