Matlab 2015a: error converting .m file to a .JAR file
Ältere Kommentare anzeigen
When I try to convert Matlab (.m) code to (.JAR) file I get this error “Only Matlab functions and MEX files with a single entry point are acceptable as exported functions.” How can I overcome this error please?
Antworten (2)
Gitesh Nandre
am 25 Jun. 2015
0 Stimmen
Refer to the answer for this question:
1 Kommentar
You Wu
am 9 Jul. 2015
I encountered the same the problem...However the link above doesn't seem to help. I was following the Matlab Compiler SDK tutorial and tried to convert varargexample.m they placed in matlabroot\toolbox\javabuilder\Examples\java_web_vararg_demo\mcode to a jar file...It didn't work, any ideas?
Thanks!
sharoon amin
am 12 Jun. 2016
0 Stimmen
one way to overcome this problem is place your code in single function. That will act as your main function
Kategorien
Mehr zu MATLAB Compiler finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!