matlab compiler to .Net dll

5 views (last 30 days)
tel aviv university
tel aviv university on 28 Jul 2015
Commented: Harsheel on 4 Aug 2015
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 Comments
tel aviv university
tel aviv university on 4 Aug 2015
Thank you! It seems that what had to be done is to call "predict" as a comand in the SVM model object as such: SVMModel.predict . I used predict(SVMModel,data) first...
Harsheel
Harsheel on 4 Aug 2015
Aah, interesting. Thanks for letting us know!

Sign in to comment.

Answers (0)

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!