I updated to the 2015a release of Matlab recently from the 2013b, and ever since I did that all of the text and lines in my graphs have gotten really fuzzy. They are no longer crisp like they used to be, and it is quite a pain to look at now. I've attached pictures of two identical graphs produced in each version to show what I am talking about. It's clear from the pictures what the problem is.
Is there any way to fix this, or am I just going to have to stick with the old version of Matlab?

댓글 수: 1

Walter Roberson
Walter Roberson 2015년 5월 23일
It looks to me from the window design as if you are using MS Windows?
Are you using a high resolution monitor?

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

 채택된 답변

Mike Garrity
Mike Garrity 2015년 5월 26일

0 개 추천

Those are new features that were introduced in R2014b. There are properties for controlling them:

댓글 수: 3

KAE
KAE 2017년 6월 19일
Can you please give an example of how the relevant new graphic property must be set in order to remove the blurriness?
KAE
KAE 2017년 6월 30일
Wow, as always lots to learn there.

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

추가 답변 (2개)

Abhiram Bhanuprakash
Abhiram Bhanuprakash 2015년 5월 26일

0 개 추천

Hi,
From the screenshots, I do not see much of a change in the text and lines, and it doesn't look like it is fuzzy to me. However, the background colour, and the general appearance have changed much since MATLAB R2014b, since the new graphics system was introduced in R2014b. To know more about graphics changes in R2014b, refer to the documentation at:
Hope this helps,
Abhiram.
Ziyi
Ziyi 2017년 10월 10일

0 개 추천

Hi the_visitor,
I think this is what you want..
After making the plot, try the following to see if the axis texts become clearer.
set (gca, 'FontSmoothing', 'off')

카테고리

도움말 센터File Exchange에서 Fuzzy Logic in Simulink에 대해 자세히 알아보기

질문:

2015년 5월 23일

답변:

2017년 10월 10일

Community Treasure Hunt

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

Start Hunting!

Translated by