Implementation java code into Matlab code

3 views (last 30 days)
I would like to convert the java code(which is attached in the file) to matlab code.
Please help me.
Thanks in advance

Accepted Answer

Gaurav Garg
Gaurav Garg on 27 Mar 2021
Hi Rohini,
You can create a Java package that uses a MATLAB function. An example of this can be found in this link.
Please note that you cannot convert Java code into MATLAB code. Using the example given above, you can only create a Java package which internally uses MATLAB.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!