C# and MATLAB connectivity

M

Marcin Piatek

Hi!

Does anyone know hot to create an application which will use matlab written functions [as a dll] and be able to show plots created by matlab?


--------------= Posted using GrabIt =----------------
------= Binary Usenet downloading made easy =---------
-= Get GrabIt for free from http://www.shemes.com/ =-
 
I

Ignacio Machin \( .NET/ C# MVP \)

Hi,

Are the matlab dlls exported as native or as COM ?

You can use it anyway, but depending of the above answer you could use
P/invoke (if they are native) that is more difficult or simple allow the IDE
to create a CCW and use the methods as if they were written in .NET
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top