using C# functions in matlab

2 views (last 30 days)
Barinder
Barinder on 10 Feb 2012
Edited: Matt J on 12 Oct 2013
Hi, I wanted to use functions from a c# dll in matlab. How would I do this using version 2010a
Thanks Barinder

Answers (2)

Kaustubha Govind
Kaustubha Govind on 13 Feb 2012
Edited: Kaustubha Govind on 19 Nov 2012
Is it a .NET library? If yes, see Using .NET Libraries from MATLAB.
  7 Comments
John
John on 15 Nov 2012
The suggestion to see "Using .NET Libraries from MATLAB" looked primising, but the link is broken.
Kaustubha Govind
Kaustubha Govind on 19 Nov 2012
Thanks for pointing that out, John! Fixed the link.

Sign in to comment.


Walter Roberson
Walter Roberson on 10 Feb 2012
See loadlibrary() . You will need a .h file for the dll .

Tags

Community Treasure Hunt

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

Start Hunting!