matlab compiler to .Net dll
Mostrar comentarios más antiguos
Hello, I am using matlab 2015a compiler to create a .NET dll. It seems that the "predict" command used in the .m file is decodeed from the 'System Identification Toolbox' rather than the 'Statistics and Machine learning Toolbox' in the dll created. I have tried to exclude the "ident" files from the matlab path, but it was in vain. Any thoughts? Thanks!
5 comentarios
Harsheel
el 28 de Jul. de 2015
Does the following work? It clears the matlabpath and adds only stats toolbox to the search path.
>> mcc -m yourMainFile.m -N -p stats
How did you figure that the "predict" command from ident was being used rather than from stats? Do you get any errors?
tel aviv university
el 30 de Jul. de 2015
Harsheel
el 31 de Jul. de 2015
Does the MATLAB file upon execution pick up the "predict" file from stats? Also, do you have a license for the stats toolbox:
>>license('test','stats')
>>license('checkout','stats')
If the MATLAB file runs correctly and the 2 commands give the correct answer, I'd contact MathWorks Technical Support
tel aviv university
el 4 de Ag. de 2015
Harsheel
el 4 de Ag. de 2015
Aah, interesting. Thanks for letting us know!
Respuestas (0)
Categorías
Más información sobre Web Services en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!