How to copy a MATLAB figure and past it in a Word document?

copy-paste, export-to-word, matlab, matlab-figure, ms-word

Solution

Go to `edit`, choose `copy figure`, then `Ctrl+v` into word. It works in Windows, but not Linux. Not sure about Mac.

See here for more information.

Problem

I have some MATLAB figures open in MATLAB. I would like to copy them to a word document without exporting and converting them to a .png or .jpg, etc. Is there a straightforward and easy way?

Original source