Where are "files installed for your end user" are saved in the installation directory using compiler?

3 次查看(过去 30 天)
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?

采纳的回答

Walter Roberson
Walter Roberson 2020-1-27
Make sure that they are in your current directory at the time you use MATLAB Compiler, and do not use a path when you load. Or if you do use a path make sure it is ctfroot()

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Startup and Shutdown 的更多信息

产品


版本

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by