Clear Filters
Clear Filters

issue with copying the figure to MS Word

2 views (last 30 days)
I am using copy figure under edit button to copy figures from Matlab to MS Word. However, The legend and axis label font and order are not the same as in Matlab. Please find the attached. Please let me know how I can solve this issue.

Accepted Answer

madhan ravi
madhan ravi on 3 Sep 2018
Edited: madhan ravi on 3 Sep 2018
Instead of copying the figure why can’t you attach the picture like the above in ms word?
h=plot(t,y)
saveas(h,'filename.jpg')
Save the figure in jpg format.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!