Click here to Skip to main content
15,921,577 members
Please Sign up or sign in to vote.
1.95/5 (4 votes)
See more:
CSS
I have a GUI with C # and I wanted to do arithmetic operations with MATLAB. MLApp would add to the program, but when I make a MLAppClass object, an error occurs.
Error: Interop type 'MLApp.MLAppClass' cannot be embedded. Use the applicable interface instead.
Please help me
Posted
Comments
OriginalGriff 13-Jul-13 6:16am    
Reason for my vote of 1: Upvote balanced.

1 solution

Why are you using C# and Matlab,
Matlab in my knowledge works BEST on C++, you can use Visual C ++ Express, if you still wanna stick to C# then here's a link to help you

"http://www.mathworks.com/matlabcentral/fileexchange/12987-integrating-matlab-with-c

You will a have to download the sample project, by clicking on the "Download Submission" button.
~Sids123
 
Share this answer
 
v2

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