필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

How can I use all MATLAB functions in C# ?

조회 수: 1 (최근 30일)
Firat Urkun
Firat Urkun 2015년 7월 22일
마감: MATLAB Answer Bot 2021년 8월 20일
I want to use all MATLAB functions in C# to make a tool. Is there an API or a method to use all MATLAB functions in C#?

답변 (1개)

Titus Edelhofer
Titus Edelhofer 2015년 7월 22일
Yes and no:
  • You can use the MATLAB Engine. There you can call most MATLAB functions.
  • Somewhat similar (using another technology) is the MATLAB COM Automation Server.
  • Completely different is using the MATLAB Compiler SDK that creates a component from specific MATLAB code to be integrated. In contrast to the other two methods you can use this component independently from MATLAB.
Titus

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by