matlab with c#
-
i have done major portion of the coding in C#. got some image processing applications to perform through MATLAB. my platform shud remain C#. can i link the two? if yes, How? thanks in anticipation
-
i have done major portion of the coding in C#. got some image processing applications to perform through MATLAB. my platform shud remain C#. can i link the two? if yes, How? thanks in anticipation
If you search this forum, this has been asked countless times. In short, you can use COM or p/invoke to call methods that are in non-.NET projects.
Christian Graus Driven to the arms of OSX by Vista. "! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums. I can do things with my brain that I can't even google. I can flex the front part of my brain instantly anytime I want. It can be exhausting and it even causes me vision problems for some reason. - CaptainSeeSharp
-
If you search this forum, this has been asked countless times. In short, you can use COM or p/invoke to call methods that are in non-.NET projects.
Christian Graus Driven to the arms of OSX by Vista. "! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums. I can do things with my brain that I can't even google. I can flex the front part of my brain instantly anytime I want. It can be exhausting and it even causes me vision problems for some reason. - CaptainSeeSharp
thank u for prompt reply
-
i have done major portion of the coding in C#. got some image processing applications to perform through MATLAB. my platform shud remain C#. can i link the two? if yes, How? thanks in anticipation
why not? Three ways to connect to matlab 1. Using Matlab COM 2. Using P-invoke 3. Using low level C DLL API or Stand alone application in matlab I have worked on all of these, if you required any further help feel free to ask Better if you try to distinguish the functionality in C# and matlab(using Scripts)
-
why not? Three ways to connect to matlab 1. Using Matlab COM 2. Using P-invoke 3. Using low level C DLL API or Stand alone application in matlab I have worked on all of these, if you required any further help feel free to ask Better if you try to distinguish the functionality in C# and matlab(using Scripts)
thank u for the reply. will be in touch with u for further help. thanks again