필터 지우기
필터 지우기

Working with large Matlab figures in Word

조회 수: 1 (최근 30일)
Braden
Braden 2011년 6월 23일
I would like to insert a scatterplot of data into a MS Word file. There are roughly 200 thousand points on the figure, so when I save the figure as an EMF the file is over 50MB in size. What is my best option for inserting figures like this in Word? I want to keep my Word doc to a manageable size. I have tried reducing my dpi but it does not help. Any tips or pointers would be much appreciated.

채택된 답변

Patrick Kalita
Patrick Kalita 2011년 6월 23일
With that many points, it is probably advisable to use a bitmap format, rather than EMF. I would think that exporting the figure as a PNG-file with a reasonable high resolution (perhaps 200dpi) should give you acceptable quality:
print -dpng -r200 exported.pdng
  댓글 수: 2
Braden
Braden 2011년 6월 23일
Okay, thanks Patrick. I tried that and it does work well. Is there any way to down size EMF files or is that just the nature of the vector format? High quality figures for smaller amounts of data?
Patrick Kalita
Patrick Kalita 2011년 6월 23일
Sorry, no, I'm not aware of any way to "compress" an EMF file. That's just the way vector format file size scales -- when there are lots of objects to represent it has to include information about *all* of them.

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

추가 답변 (1개)

Sean de Wolski
Sean de Wolski 2011년 6월 23일
I know it sounds lame, but I usually just use a screenshot.
  댓글 수: 3
Braden
Braden 2011년 6월 23일
Yeah I don't think that would fly for a thesis.
Paulo Silva
Paulo Silva 2011년 6월 23일
The figures just show the results of your work, they will lose quality when you print them anyway. The main thing you should put into the thesis is how to get the same figures and explain them.

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

카테고리

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