Borrar filtros
Borrar filtros

Can I use Matlab NE Builder to compile a matlab class to dll?

1 visualización (últimos 30 días)
Donna
Donna el 16 de Ag. de 2012
I have managed to successfully compile a matlab class to a dll using NE Builder but when I try to use the dll the only method available is the constructor.
Am I doing something it is not designed for, ie is NE Builder only designed for compiling functions not classes?

Respuestas (1)

Titus Edelhofer
Titus Edelhofer el 16 de Ag. de 2012
Hi,
yes, that's right. You can't compile a class in order to have it as a class in .NET, because if you would try to pass the object across the MATLAB-.NET boundary it would fail anyway. In your code of course you can use object, but not the way you try...
Titus

Categorías

Más información sobre MATLAB Compiler SDK en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by