Interoperating between Matlab and C#

后端 未结 7 1509
野趣味
野趣味 2020-11-30 06:08

After peeking around the internet it looks like it is possible to interop between C# and Matlab. I am wondering if anyone has had success with it and what they did to do so.

7条回答
  •  离开以前
    2020-11-30 06:47

    There is a free and open source .NET wrapper for Matlab, and it is very simple: http://www.codeproject.com/KB/dotnet/matlabeng.aspx

    I use this.

提交回复
热议问题