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

4 Ansichten (letzte 30 Tage)
Wolfgang Korb
Wolfgang Korb am 28 Mär. 2022
Beantwortet: Harshal Ritwik am 16 Jun. 2023
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 ?

Antworten (1)

Harshal Ritwik
Harshal Ritwik am 16 Jun. 2023
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.  

Kategorien

Mehr zu Java Package Integration finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by