Coversion of visual c to matlab line
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Manoj Pai
il 2 Dic 2016
Risposto: Walter Roberson
il 3 Dic 2016
I have visual C code, which need to be converted to matlab code what are the solutions is Dll the solution
0 Commenti
Risposta accettata
Walter Roberson
il 3 Dic 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 Commenti
Più risposte (2)
James Tursa
il 2 Dic 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 Commenti
Vedere anche
Categorie
Scopri di più su ActiveX in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!