matlab

matlab 다크모드 변경 (ver.2022)

humming_stereo 2023. 2. 2. 11:54

1. 매트랩에도 다크모드 테마를 적용하고 싶어졌다.

 

2. 관련 검색을 해봤다.

https://kr.mathworks.com/matlabcentral/answers/1671199-mathworks-it-s-time-for-a-dark-theme

 

Mathworks: it's time for a dark theme.

This is not a question, but a point of discussion for the entire community. I am aware that every 1/2 months this theme comes out, but until this is not fixed it is totally necessary that this come...

kr.mathworks.com

공식적으로 아직 개발 중이다.

 

 

3. 하지만 방법은 존재한다.

https://kr.mathworks.com/matlabcentral/fileexchange/53862-matlab-schemer

 

MATLAB Schemer

Apply and save color schemes in MATLAB with ease.

kr.mathworks.com

https://github.com/scottclowe/matlab-schemer

 

GitHub - scottclowe/matlab-schemer: Apply and save color schemes in MATLAB with ease.

Apply and save color schemes in MATLAB with ease. Contribute to scottclowe/matlab-schemer development by creating an account on GitHub.

github.com

(매트랩 계정 로그인이 안되는 경우 아래 링크의 깃허브에서 다운 가능)


적용 방법

1. 다운 받은 파일을 압축 해제 (github_repo)

2. 해당 폴더 경로 복사

3. 매트랩 프로그램의 디렉토리 경로 칸에 붙여넣기

* 좌측의 현재 폴더를 보면 다운로드 받은 해당 경로로 이동했다.

 

4. 명령 창에 schemer_import 입력하여 함수 실행

 

5.  창이 열리면 schemes 폴더 클릭

6. .prf 형식의 파일 중, 원하는 테마를 선택하여 적용

 

7. 적용된 모습 (darksteel)

* 원래 테마로 되돌리고 싶다면 6.의 테마 중 default 선택


참고

https://deep-eye.tistory.com/54

 

[Matlab] 매트랩 화면에 개발자용 테마 적용하기

매트랩 코딩 테마 코딩이 이루어지는 공간은 장시간동안 집중해서 보는 공간이므로, 눈의 피로도가 낮고 가독성이 높은 글자 폰트를 사용하는것이 좋습니다. 따라서, Visual Studio나 Spyder, Pycharm

deep-eye.tistory.com

'matlab' 카테고리의 다른 글

행렬에서 NaN 값 인덱스/ 제거  (0) 2023.02.20
상황별 자주 사용하는 구문  (0) 2023.02.17
구조체형 배열 자동 생성  (0) 2023.02.01
여러 파일의 데이터를 한 변수에 저장  (0) 2023.02.01
날짜 형식  (0) 2023.01.31