Matlab Compiler not updating text file
2 次查看(过去 30 天)
显示 更早的评论
I have a simple text file that I have been including in previous compiled versions of my Matlab program. I recently had to update this text file with addtional text and recompile a new version of the program. However, every time I try to recompile, the compiled installer contains the old version of the text file. I have tried moving the text file to a different location, re-saving the text file, etc then re-compiling. Nothing seems to work. It seems as if Matlab and/or Windows keeps the old text file in some archived state and reverts back to the old version even though the new installer should contain the new one. Any ideas?
Edit: I've tried this with Matlab 2016a and Matlab 2019a and the appropriate compilers. Still seeing the same issue.
0 个评论
回答(1 个)
Jeremy Hughes
2019-6-8
There may be another text file with the same name on your path. Try, which -all <filename>.
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!