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

1 visualización (últimos 30 días)
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.

Respuestas (1)

Sanchali Purandare
Sanchali Purandare el 16 de En. de 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.

Categorías

Más información sobre MATLAB Compiler en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by