Filter löschen
Filter löschen

copy plots matlab to word

9 Ansichten (letzte 30 Tage)
joo
joo am 4 Dez. 2012
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

Antworten (2)

John Petersen
John Petersen am 4 Dez. 2012
for graphs with lines and text, save as .emf or .png.

Jan
Jan am 5 Dez. 2012
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.

Kategorien

Mehr zu Printing and Saving finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by