I have a bunch of <5 matlab scripts. Is there a tool that can spit out F# or c# equivalent from them.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Rajiv I’m not aware of any script converter but you can compile your Matlab code and then call it from .NET. Here’s two links. Hope this helps. Net Builder and an old project on Code Project.