Hi all,
I would like to call a MATLAB application file, called "mocoPlot.mlapp" from the terminal. The line I am using is
Normally this would work for .m files, however it seems to not be correct for .mlapp files. Once the MATLAB instance opens, the following error appears in the console:
Unable to resolve the name mocoPlot.mlapp.
Exception "java.lang.ClassNotFoundException: com/intellij/codeInsight/editorActions/FoldingData"while constructing DataFlavor for: application/x-java-jvm-local-objectref; class=com.intellij.codeInsight.editorActions.FoldingData
>>
I could not find any documentation as to why this would not work, so I am a bit stumped on what to do in order to call the .mlapp file from the terminal. If it is relevant, my MATLAB bin is added to the environment PATH and the .mlapp file sucessfully opens when done manually.
Any help/advice is appreciated.
1 Comment
Direct link to this comment
https://se.mathworks.com/matlabcentral/answers/655293-calling-a-matlab-application-file-from-a-terminal#comment_1150573
Direct link to this comment
https://se.mathworks.com/matlabcentral/answers/655293-calling-a-matlab-application-file-from-a-terminal#comment_1150573
Sign in to comment.