Error in creating executable file for MATLAB code
9 次查看(过去 30 天)
显示 更早的评论
Hi, I made a script that automates some data analysis. I used the MATLAB compiler and made the project. However, when opening the .exe file, an error pops up saying "the functionality is no longer supported under the -nojvm startup".
Is there any other way I can make a project for my MATLAB script? Any suggestions are appreciated..
Thank you!
0 个评论
回答(1 个)
Walter Roberson
2017-3-6
Does it give a hint about what functionality it is referring to?
... Are you using ginput?
See https://www.mathworks.com/help/matlab/release-notes.html?rntext=&startrelease=R2013a&endrelease=R2013a&category=Graphics&groupby=release&sortby=descending&searchHighlight= R2013a Release notes in Graphics section about Functionality being Changed or Removed.
Are you compiling as a "Console" application? I would not expect ginput to work as a console application.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Startup and Shutdown 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!