Integrating MatLab for C# into visual studio
7 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Andrew Cruce
el 10 de Jul. de 2016
Comentada: Alfred Anyan
el 21 de Mayo de 2019
I want to be able to use some MatLab functions to smooth real time data collected from an airplane IMU and GPS during an aerobatic maneuver. I am using C# and the suggestions I have seen for integrating MatLab functions into Visual Studio only relate to C or C++. Is the process as simple as finding the proper DLL from MatLab and integrating it into my environment via a "using" statement? If so where is the proper DLL and if not how do I do this integration.
0 comentarios
Respuesta aceptada
Walter Roberson
el 10 de Jul. de 2016
3 comentarios
Walter Roberson
el 11 de Jul. de 2016
See http://www.mathworks.com/help/matlab/matlab_external/introduction_brd0vd4-1.html for a list of the IDs.
Make sure you "register" your MATLAB as a COM server; see http://www.mathworks.com/help/matlab/matlab_external/register-matlab-as-automation-server.html
Alfred Anyan
el 21 de Mayo de 2019
Check this path: C:\Program Files\MATLAB\R2018b\bin\win64\mlapp.tlb
Más respuestas (0)
Ver también
Categorías
Más información sobre MATLAB Compiler SDK en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!