ggea matlab file (m file) to a C# file(dll)
C#
2
Posts
2
Posters
0
Views
1
Watching
-
hello, I try to convert a matlab file into dll but I can't installize the dll; my questions are: 1) how can I convert a matlab file to dll that can be installize? 2) can I convert a matlab file into C# file?
Isn't matlab C++ ? Your best bet for .NET interop would be C++/CLI, there's no way to convert C++ to C#.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog