Trying to run the vgg_kmiter.c in matlab 2015b
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Im trying to run this code (mex vgg_kmiter.c) in Matlab 2015a but I am encountering the following error:
Error using mex
Creating library vgg_kmiter.lib and object vgg_kmiter.exp
vgg_kmiter.obj : error LNK2019: unresolved external symbol mxCreateScalarDouble referenced in
function mexFunction
vgg_kmiter.mexw64 : fatal error LNK1120: 1 unresolved externals
Pls do help me. Thanks.
0 commentaires
Réponses (0)
Voir également
Catégories
En savoir plus sur Write C Functions Callable from MATLAB (MEX Files) 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!