필터 지우기
필터 지우기

how to load a C# dll into a matlab project

조회 수: 2 (최근 30일)
alorenzom
alorenzom 2011년 8월 4일
dear all, I'd like to run a matlab project that use a C# routine which is inside a C# dll. If it's possible, could you please give me an example? thanks a lot

채택된 답변

Friedrich
Friedrich 2011년 8월 4일
Hi, You have to use NET.addAssembly to load a .NET DLL into MATLAB:
After that you can communicate with that DLL.

추가 답변 (2개)

Titus Edelhofer
Titus Edelhofer 2011년 8월 4일
Hi,
yes it is. Take a look here:
web([docroot '/techdoc/matlab_external/brpb5k6.html'])
Titus
  댓글 수: 1
alorenzom
alorenzom 2011년 8월 4일
Dear Titus,
could you please gimme other details on how to use this documentation article. I tried to read it but I didn't understand how to exploit it for my purpose.
Thanks a lot in advance

댓글을 달려면 로그인하십시오.


alorenzom
alorenzom 2011년 8월 4일
Maybe my question is not clear.
I want to call from matlab a window (i.e. a form) which is implemented in a C# DLL.

카테고리

Help CenterFile Exchange에서 Matrix Indexing에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by