필터 지우기
필터 지우기

How to permanently change font size settings?

조회 수: 2 (최근 30일)
Max
Max 2013년 11월 17일
댓글: Walter Roberson 2013년 11월 17일
set(0,'defaulttextfontsize',14);
set(0,'defaultaxesfontsize',14);
at the command prompt together create a plotting environment with font sizes that I like. What I'd like to do is permanently set these for all future matlab sessions. How would I go about doing this. Thank you for you time.

채택된 답변

Walter Roberson
Walter Roberson 2013년 11월 17일
You can put the command in your setup.m file.

추가 답변 (1개)

Max
Max 2013년 11월 17일
searching around for where to put this I found someone who recommended putting it in a startup.m file and putting that file in the ~/Documents/MATLAB/ directory. This worked for me. Thanks for your answer though, it lead me where I wanted to go.
What is the difference between setup.m and startup.m?
  댓글 수: 1
Walter Roberson
Walter Roberson 2013년 11월 17일
The difference between setup.m and startup.m is whether my memory is fading or not. Apparently it is.

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

카테고리

Help CenterFile Exchange에서 Environment and Settings에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by