Click here to Skip to main content
15,949,741 members
Please Sign up or sign in to vote.
4.33/5 (2 votes)
See more:
hi,
i have a matlab function.I have deployed it using Deploy tool.The dll are imported in to my c# project.In matlab this function is returning two values x and y.I want to make use of this values in my c# function,how can i use it?Please help me
Posted
Comments
ZurdoDev 6-Jan-14 12:23pm    
Add a reference to the dll and then call the function.
jaya jyothy 6-Jan-14 22:43pm    
I have already added reference to the dll,i am having problem in geeting mcvarray value in matlab to c#,
ZurdoDev 7-Jan-14 8:05am    
Where are you stuck? If you added the reference you should be able to now call the function in the dll.

1 solution

 
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