필터 지우기
필터 지우기

Unrecognized characters

조회 수: 1 (최근 30일)
R P
R P 2012년 2월 22일
On editor or command window the characters are OK, but not in the figure.
When I enter
figure
text(0.5,0.5,'testing characters a, á, ã, â')
I get "testing characters a, Ãi, ã, â" on my figure
How can I solve it?
Thank you RP
  댓글 수: 5
R P
R P 2012년 3월 1일
Additionally, the 'Font Size' property of TEXT function is ignored...
R P
R P 2012년 3월 1일
Other user with a similar problem (from http://www.mofeel.net/582-comp-soft-sys-matlab/159936.aspx) :
I have an erratic behavior on mac os x 10.6, and R2010a regarding options in fonts.
figure(1)
clf
colormap gray
imagesc(d)
title('Unfiltered image','FontWeight','bold')
xlabel('X (px)','fontweight','bold')
ylabel('Y (px)','fontweight','bold')
Whatever options I choose in title and labels, they are either ignored, or partially ignored. In this example, only the ylabel is plotted as bold.
Any idea what could be causing this ?

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Graphics Object Programming에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by