Errors within MATLAB Executable build
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で MATLAB Compiler についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!