필터 지우기
필터 지우기

copy plots matlab to word

조회 수: 9 (최근 30일)
joo
joo 2012년 12월 4일
how is the best way to insert plots from matlab to word. if i do copy figure the definition in word is not good (2nd fig). if i save as jpg and then copy it becomes with like shadows in the grids (1st). is there a good way?
thank you

답변 (2개)

John Petersen
John Petersen 2012년 12월 4일
for graphs with lines and text, save as .emf or .png.

Jan
Jan 2012년 12월 5일
For 3D-graphics with transparencies pixel picture is required, such that getframe and imwrite are fine to create a file at first, e.g. as PNG.
For other graphics using print to export an EPS file is accurate. Although the display on the screen uses the rough TIFF preview only, which might look bad. But in an exported PDF file or when printing on paper the diagrams are very nice, because the vector format is inserted.

카테고리

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