How to restore lost matlab preferences
조회 수: 3 (최근 30일)
이전 댓글 표시
Hello together,
today I started matlab as usual but it seemed, that all the preferences I've made are gone. What could have happend, that matlab lost my preferences? Is there a way to restore my preferences?
Thank you for you help.
댓글 수: 0
답변 (1개)
Bhuvnesh Singh
2018년 3월 2일
Hi Rafael,
1. Locate the MATLAB preferences directory for your user account.
In MATLAB 8.6 (R2015b), the default location of the preferences directory is at the following location:
C:\Users\{username}\AppData\Roaming\MathWorks\MATLAB\R2015b (on Windows)
/home/{username}/.matlab/R2015b (on Linux)
/Users/{username}/.matlab/R2015b (on Mac)
In MATLAB 8.8 (R2016b) and later, the default location of the preferences directory on Macs has changed:
/Users/{username}/Library/ApplicationSupport/MathWorks/MATLAB/R2016b
You can also run the following command in the MATLAB command prompt in order to locate your preferences directory:
>> prefdir
This is where your "matlab.prf" file is located. Your path may be different depending on how your system is setup. The preference directory may be hidden in some operating systems.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!