Effacer les filtres
Effacer les filtres

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

9 vues (au cours des 30 derniers jours)
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?

Réponse acceptée

Walter Roberson
Walter Roberson le 27 Jan 2020
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()

Plus de réponses (0)

Catégories

En savoir plus sur Startup and Shutdown dans Help Center et File Exchange

Produits


Version

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by