Matlab 2015a: error converting .m file to a .JAR file

5 次查看(过去 30 天)
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?

回答(2 个)

Gitesh Nandre
Gitesh Nandre 2015-6-25
  1 个评论
You Wu
You Wu 2015-7-9
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
sharoon amin 2016-6-12
one way to overcome this problem is place your code in single function. That will act as your main function

Community Treasure Hunt

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

Start Hunting!

Translated by