Coversion of visual c to matlab line
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Manoj Pai
le 2 Déc 2016
Réponse apportée : Walter Roberson
le 3 Déc 2016
I have visual C code, which need to be converted to matlab code what are the solutions is Dll the solution
0 commentaires
Réponse acceptée
Walter Roberson
le 3 Déc 2016
You can create some Mex interface code, or you can use loadlibrary() . If the existing code runs by itself and supports ActiveX then you can use activexserver()
0 commentaires
Plus de réponses (2)
James Tursa
le 2 Déc 2016
Rather than converting the code, you might consider a mex solution:
https://www.mathworks.com/help/matlab/programming-interfaces-for-c-c-fortran-com.html
0 commentaires
Voir également
Catégories
En savoir plus sur ActiveX 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!