How do I move "codeAnalyzerConfiguration.json" to a different location on a Linux machine?
6 ビュー (過去 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!