Why are my Matlab settings included in CTF-file?
4 ビュー (過去 30 日間)
古いコメントを表示
CTF-file created using Matlab Compiler contain folder named ".matlab", which contains my Matlab settings and preferences.
Why are my Matlab settings included in CTF-file? Is it safe to remove them from CTF-file? Is it possible to prevent the compiler to add them into the ctf-file?
- Jussi
0 件のコメント
採用された回答
Andreas Goser
2013 年 10 月 14 日
I acknowledge you ask "why" and I do not explain here. Still I like to point to the respective documentation for other users.
その他の回答 (1 件)
Mark Mikofski
2014 年 8 月 14 日
For any others that come across this, please use ismcc to check if mcc compiler dependency check is executing your files.
% startup.m
if ~(ismcc || isdeployed)
addpath(fullfile(matlabroot,'work'));
end
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!