Why is the desired version of the data file not being picked by the executable during deployment in MATLAB Compiler 4.13 (R2010a) ?

1 vue (au cours des 30 derniers jours)
I have an Excel file that contains sample data, as part of my executable, and during deployment I add data to the file, and would like the updated file to be picked by the executable. Instead, the one with sample data is picked.

Réponses (1)

Sanchali Purandare
Sanchali Purandare le 16 Jan 2011
The updated version of the file is not being picked, as the one in the CTF archive, which MCR_CACHE_ROOT refers to by default, is being picked.
To work around this issue, update the value of MCR_CACHE_ROOT to the desired file location.

Catégories

En savoir plus sur MATLAB Compiler dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by