Why are my Matlab settings included in CTF-file?
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Jussi Hossi
il 14 Ott 2013
Risposto: Mark Mikofski
il 14 Ago 2014
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 Commenti
Risposta accettata
Andreas Goser
il 14 Ott 2013
I acknowledge you ask "why" and I do not explain here. Still I like to point to the respective documentation for other users.
Più risposte (1)
Mark Mikofski
il 14 Ago 2014
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 Commenti
Vedere anche
Categorie
Scopri di più su MATLAB Compiler in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!