Click here to Skip to main content
16,021,112 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
I am currently developing a software using c#. But the thing is, i
have to do some image processing, and matlab is just the way to do it.
I was wondering if it is possible to embed matlab to c# and how?


I have found in matlab help "matlab builder for .net". using this i have made a function and its dll is also build and compiled.Its a success.

when open the project in C# to use this compiled dll here ,as i founded on internet i have downloaded MCR(matlab component runtime). I have added this in referenceses of the project. but still i am not able to use matlab function. its giving error in MWArray component.
I dont know what more to add as reference.
Please suggest me how to embed the matlab made function into c# after installing MCR.
Posted

1 solution

You might want to look at this[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900