Effacer les filtres
Effacer les filtres

unsupported MATLAB function call for matlab function 'datastore'

2 vues (au cours des 30 derniers jours)
JESHMON K THOMAS
JESHMON K THOMAS le 14 Oct 2016
How to deal with matlab functions that are unsupported when using Matlab Coder?

Réponses (2)

Marc Jakobi
Marc Jakobi le 14 Oct 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.

Sean de Wolski
Sean de Wolski le 14 Oct 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).

Catégories

En savoir plus sur Files and Folders dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by