how to load a C# dll into a matlab project

dear all, I'd like to run a matlab project that use a C# routine which is inside a C# dll. If it's possible, could you please give me an example? thanks a lot

 Respuesta aceptada

Friedrich
Friedrich el 4 de Ag. de 2011

0 votos

Hi, You have to use NET.addAssembly to load a .NET DLL into MATLAB:
After that you can communicate with that DLL.

Más respuestas (2)

Titus Edelhofer
Titus Edelhofer el 4 de Ag. de 2011
Hi,
yes it is. Take a look here:
web([docroot '/techdoc/matlab_external/brpb5k6.html'])
Titus

1 comentario

alorenzom
alorenzom el 4 de Ag. de 2011
Dear Titus,
could you please gimme other details on how to use this documentation article. I tried to read it but I didn't understand how to exploit it for my purpose.
Thanks a lot in advance

Iniciar sesión para comentar.

alorenzom
alorenzom el 4 de Ag. de 2011

0 votos

Maybe my question is not clear.
I want to call from matlab a window (i.e. a form) which is implemented in a C# DLL.

Categorías

Más información sobre MATLAB Coder en Centro de ayuda y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by