If I use print -clipboard -dmeta
I get a different result (non-vectorized when pasting into Illustrator) than when I literally click 'copy figure' in the figure window.
print -clipboard -dmeta
?ver output:
MATLAB Version: 9.9.0.1524771 (R2020b) Update 2
It seems, something is not correct, because the command print -clipboard -dmeta
copy the figure as vector data
Anyway you can alternatively save as the current figure with Enhanced metafile extension: saveas(gcf, 'Fig1.emf')
, then load the vector-based file into any software.