MATLAB in lightweight platforms

버전 1.1.0.0 (7.51 KB) 작성자: Christophe Pouillot
How to run MATLAB code in .NET and JAVA framework
다운로드 수: 1.2K
업데이트 날짜: 2016/8/25

라이선스 보기

http://www.mathworks.com/services/consulting/proven-solutions/matlab-in-business-critical-applications.html
This example shows some examples of custom MATLAB functions that are translated into C DLL code with MATLAB Coder. The generated C code is then used in C# with InterOpServices (.NET service) and in JAVA with JNI. The result is that you can use your custom MATLAB algos on any platform.
This workflow is usefull for platforms (.NET or JAVA) where the Matlab Component Runtime (MCR) cannot be used.
The archive contents:
- custom MATLAB functions (*.m) that manipulate arrays (in and out).
- custom MATLAB script (*.m) that uses codegen to create the C DLL
- a Visual Studio 2010 C# console application (*.sln, *.cs) that uses the C DLL in C# and VB.NET.
- JAVA code that uses the MATLAB function with JNI interface

See files /MATLAB/for_JAVA.m and /MATLAB/for_NET.m that details the commands.

인용 양식

Christophe Pouillot (2026). MATLAB in lightweight platforms (https://kr.mathworks.com/matlabcentral/fileexchange/38435-matlab-in-lightweight-platforms), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2012b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Get Started with MATLAB Compiler SDK에 대해 자세히 알아보기
버전 게시됨 릴리스 정보
1.1.0.0

Update the archive file and the description.
update description with link to webpage