Compiling a Matlab function with a Java library dependency
Mostrar comentarios más antiguos
I want to convert an existing matlab function (lets call it foo.m) to a java library using the compiler toolbox.
However, foo() uses multiple recursive calls to an existing java library (lets call it bar.jar) to compute its results.
My questions are:
- Is this a use case the compiler toolbox can handle (the documentation seems to imply only a single entry point)?
- During compilation, would bar.jar be considered an external dependency or will it be embedded in the resulting foo.jar?
Dependencies prevent me from easily translating foo.m to Java, so I would appreciate thoughts about this.
1 comentario
Tommy
el 29 de Sept. de 2023
Respuestas (0)
Categorías
Más información sobre Get Started with MATLAB Compiler SDK en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!