Hi,
Matlab .NET compiler generates 2 different .dll files as shown in video - https://de.mathworks.com/videos/getting-started-net-applications-using-matlab-compiler-sdk-100367.html, the MLNE.dll is added to the C# project. What is the MLNENative.dll used for, is it relevant in this case?
Cheers, Roman

 Réponse acceptée

Kojiro Saito
Kojiro Saito le 5 Août 2017

0 votes

This document will be helpful.
While xxx.dll created by MATLAB Compiler SDK uses MWArray API, xxxNative.dll uses native .NET API and it allows to use standard .NET data types as input and output data to MATLAB function calls.

Plus de réponses (0)

Catégories

Community Treasure Hunt

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

Start Hunting!

Translated by