필터 지우기
필터 지우기

intrgrating matlab and .net

조회 수: 1 (최근 30일)
Pat
Pat 2014년 3월 12일
답변: Ken Atwell 2014년 3월 12일
I have executed matlab program and the output is a number ,noe iwant to pas the output to .net,so a process is performed in .net and a output is performed,I have codes for matlab and .net how to integrate these two.is it possile to create mex files and call to matlab?

답변 (1개)

Ken Atwell
Ken Atwell 2014년 3월 12일
You can call .NET from within MATLAB using the built-in .NET interface. This is likely far easier than trying to bridge MATLAB and .NET with a MEX file.
I don't believe there is a completely direct way to call MATLAB from a .NET applications, though you should be able to do so with COM or a bit of native code.

카테고리

Help CenterFile Exchange에서 Getting Started with Microsoft .NET에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by