필터 지우기
필터 지우기

How can I connect MATLAB with C++ or JAVA, or vice versa, somehow ?

조회 수: 2 (최근 30일)
Wolfgang Korb
Wolfgang Korb 2022년 3월 28일
답변: Harshal Ritwik 2023년 6월 16일
How can I invoke some functions from MATLAB in C++ or in JAVA ?
OR, can I use some code from C++ or JAVA in MATLAB ?

답변 (1개)

Harshal Ritwik
Harshal Ritwik 2023년 6월 16일
Hi,   
As per my understanding you want to know how to integrate MATLAB with C++/JAVA. MATLAB provides library that allow you to call functions from C++ or JAVA. A C++/JAVA shared library interface is a collection of functions dynamically loaded by MATLAB at run time. 
Please refer to the following documentation for more information.
I hope it helps!  
Thanks.  

카테고리

Help CenterFile Exchange에서 Call Java from MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by