Using convert command unix
From Rizzo_Lab
Using EPS images in Word
Matlab can produce EPS vector images. To use these in Word, you should convert them into highres PNG images.
To convert from eps to png in the unix command line using ImageMagick convert:
convert -density 600 fig1.eps temp.png
View a ps image on unix
ggv fig1.eps