Matlab Compiler not updating text file

조회 수: 2 (최근 30일)
Ricky
Ricky 2019년 6월 2일
댓글: Ricky 2019년 6월 9일
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.

답변 (1개)

Jeremy Hughes
Jeremy Hughes 2019년 6월 8일
There may be another text file with the same name on your path. Try, which -all <filename>.
  댓글 수: 1
Ricky
Ricky 2019년 6월 9일
Thanks for the suggestion - but that's not the case.
which config.txt -all
returned the proper file

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

제품


릴리스

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by