issue with copying the figure to MS Word
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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.
0 Commenti
Risposta accettata
madhan ravi
il 3 Set 2018
Modificato: madhan ravi
il 3 Set 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.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Printing and Saving in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!