App Designer standalone Test app not executing

4 次查看(过去 30 天)
This is the error on cmd:
Error using matlabpath
Modifying the search path is not supported by MATLAB Compiler. Remove functions that modify the search path from your MATLAB code. To make files visible to your deployed application, add the parent folder to your MATLAB session.
Error in path (line 109)
Error in addpath (line 86)
Error in startup (line 2)
MATLAB:mpath:PathAlterationNotSupported
The test app was created after having the same error with the main application, and contains no code except a button and image controls.
MCR v97 is installed.
Can you tell of any solution?

采纳的回答

Bereketab Gulai
Bereketab Gulai 2019-10-3
Found out that Matlab may have including the Startup file in the current directory that was being used for MATLAB. At first, it seemed like MATLAB message was refering to a separate startup file for the standalone app. However, when finally used MATLAB R2018b which provided more clearer error:
  • Undefined variable "at" or class "at.mep.Start.start".Error in startup (line 10)Undefined variable "at" or class "at.mep.Start.start".
This line was only in the MATLAB IDE, why should MATLAB include this startup file or rather not make it an option.
  • The solution was to simply remove the startup file.
  1 个评论
Jon
Jon 2020-4-24
For anyone else who stumbles on this answer, I had the same issue with a compiled Matlab program. I fixed my startup.m and continued having the same error, I needed to recompile the executable to include the corrected version of startup.m.

请先登录,再进行评论。

更多回答(1 个)

Stefanie Schwarz
Stefanie Schwarz 2024-4-17

类别

Help CenterFile Exchange 中查找有关 Startup and Shutdown 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by