필터 지우기
필터 지우기

Save figure as .emf - problems

조회 수: 12 (최근 30일)
rupprechtt
rupprechtt 2018년 4월 5일
댓글: Ildar Daminov 2022년 1월 26일
Hi everyone,
saving figures as .emf only exports the upper left corner. All the other formats I tried do work fine. Also .emf worked once. Can't remember that I changed anything. I have been trying for hours. Help would be great!
Little example: Folling code returns shown output.
x = 0:.1:2*pi;
y = sin(x);
fig = figure (1);
plot(x,y);
saveas(fig,'test','meta');

채택된 답변

rupprechtt
rupprechtt 2018년 4월 6일
Solved:
The problem was my external monitor. I always started Matlab without the connection and during work I connected the monitor. The result was shown. Restarting matlab while the monitor was conncted solved my problem.
  댓글 수: 1
Ildar Daminov
Ildar Daminov 2022년 1월 26일
Thank you for sharing your solution! It helped me to solve a similar problem with a monitor and emf

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Subplots에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by