How can I connect MATLAB with C++ or JAVA, or vice versa, somehow ?
1 次查看(过去 30 天)
显示 更早的评论
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 ?
0 个评论
回答(1 个)
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.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Call Java from MATLAB 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!