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

2 views (last 30 days)
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.

Answers (1)

Sanchali Purandare
Sanchali Purandare on 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.

Categories

Find more on MATLAB Compiler in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!