Where are "files installed for your end user" saved in the installation directory using MATLAB Compiler?
Mostra commenti meno recenti
I have a few matrices that I want to load in the app using the load command.
Temporarily the files are saved like this:
load C:\Users\sepand\Documents\MATLAB\BY.mat;
what path should I set them to so that they would be accessible to the main program after compilation?
Risposta accettata
Più risposte (1)
Stefanie Schwarz
il 21 Ott 2024
0 voti
See also:
How can I find the directory containing my compiled application?
Categorie
Scopri di più su MATLAB Compiler in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!