Click here to Skip to main content
15,887,485 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello,

I wanna ask if there is any possible way to merge functions of two different programming language such as C# and Matlab in one project.

Thank you.
Posted
Comments
AspDotNetDev 21-Sep-11 19:27pm    
You can probably call a function in one language from the other language, if that's what you mean.

1 solution

Merge. Aha. Merge(System.Console.Write(System.String), factorial(int)) => WriteFactorial(System.Int32 N); :-)
By the way, if you think that System.Console.Write is a "function of programming language", you're quite far from using any of them.

Start from here: http://www.mathworks.com/matlabcentral/fileexchange/12987-integrating-matlab-with-c[^].

—SA
 
Share this answer
 
Comments
XTAL256 21-Sep-11 20:46pm    
By the way, if you think that System.Console.Write is a "function of programming language", you're quite far from using any of them.

The English language, unlike programming languages, is ambiguous. I'm sure what he meant to say is "functions written in different programming languages" :).

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