1

I need to send some text information from C# to Matlab 2010. And then send some response from matlab to C# app.

I have very little knowledge of Matlab so I will try no to get involved in the Matlab part of the solution but I have to establish communications.

Can a matlab program listen to .NET app events? Can a matlab program then call a method in .NET app?

What is the general idea of deployment of such solution? I.e. is it .NET app calls a managed dll compiled by Matlab Builder or is it Matlab loads a .NET dll and host it inside Matlab run-time?

Appreciate tolerance to the lame questions in advance :)

1

1 Answer 1

1

The simple way is to compile the Matlab Program to a .NET or COM component with the Matlab Builder NE (documentation, needs an matlab account) and just use the component from your program.

Some examples: link

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.