Errors within MATLAB Executable build

조회 수: 1 (최근 30일)
Chris L'Esperance
Chris L'Esperance 2019년 5월 3일
편집: Chris L'Esperance 2019년 5월 3일
We are attempting to build a .exe from .m script, however we are running into errors with the executable file. See the attached file for reference.
We have wrapped the "addpath" statements in a conditional statement involving the "isdeployed" command following this format:
if (~isdeployed)
addpath <path>
end
There are various levels of file dependencies (e.g. functions called within functions called within functions, etc.) within our script, would this typically present a problem for the matlab executable builder?
Are there any other functions which typically present an issue for the executable build process?

답변 (0개)

카테고리

Help CenterFile Exchange에서 MATLAB Compiler에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by