Where are "files installed for your end user" saved in the installation directory using MATLAB Compiler?
Show older comments
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?
Accepted Answer
More Answers (1)
Stefanie Schwarz
on 21 Oct 2024
0 votes
See also:
How can I find the directory containing my compiled application?
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!