필터 지우기
필터 지우기

TeX output on EPS file

조회 수: 1 (최근 30일)
Matthew
Matthew 2012년 4월 14일
Hi,
When I save a figure as an eps file, the TeX in the text segments does not appear correctly. Whilst "V_out" displays correctly, \Omega comes out as a vertical pipe character and \mu comes out as an infinity symbol.
Here's my code:
r5='R=100k\Omega';
comment5='(Heavy damping)';
xText='t/\mus';
yText='V_{out}/V';
plot(x5,y5);
axis([bottomlimit toplimit -1.5 2.5]);
text(12000,2.0,r5,'FontSize',18,'HorizontalAlignment','center','VerticalAlignment','middle');
text(12000,1.75,comment5,'FontSize',12,'HorizontalAlignment','center','VerticalAlignment','middle');
xlabel(xText,'FontSize',14);
ylabel(yText,'FontSize',14,'Rotation',0.0,'Position',[-3500 1.55 0]);
print -depsc transient5.eps;
Any ideas what could be going wrong?
With very many thanks,
Matthew.
  댓글 수: 1
Oleg Komarov
Oleg Komarov 2012년 4월 14일
Please provide sample x5 and y5, bottomlimit and toplimit.

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Printing and Saving에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by