How do I move "codeAnalyzerConfiguration.json" to a different location on a Linux machine?
조회 수: 10 (최근 30일)
이전 댓글 표시
MathWorks Support Team
2023년 5월 26일
답변: MathWorks Support Team
2023년 6월 1일
I have a Linux machine and would like to move the "codeAnalyzerConfiguration.json" configuration file to a different location but still have them recognised by MATLAB. How do I do this?
채택된 답변
MathWorks Support Team
2023년 5월 26일
This can be achieved by moving "codeAnalyzerConfiguration.json" to its new location and placing an alias (known within Linux as a "symbolic link") at the original location. This can be done by running the following command in the directory where "codeAnalyzerConfiguration.json" was moved from (replacing "[path-to-new-location]" with the new path to "codeAnalyzerConfiguration.json"):
!ln -s [path-to-new-location] codeAnalyzerConfiguration.json
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 File Operations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!