Error in creating executable file for MATLAB code

11 Ansichten (letzte 30 Tage)
GG
GG am 6 Mär. 2017
Kommentiert: Walter Roberson am 6 Mär. 2017
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!

Antworten (1)

Walter Roberson
Walter Roberson am 6 Mär. 2017
Does it give a hint about what functionality it is referring to?
... Are you using ginput?
Are you compiling as a "Console" application? I would not expect ginput to work as a console application.
  10 Kommentare
GG
GG am 6 Mär. 2017
That's very odd. Is there another way to make an executable matlab script such that the user doesn't have to open up matlab to run it everytime?
And yes you're right! it's useless, and i forgot to comment it out after I made adjustments. thank you though!

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Startup and Shutdown finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by