How to publish MATLAB plots as graphs (including data points), and not just snapshots of the plot ?
20 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I am publishing the results of a Matlab plot in a doc file. Instead of just the snapshot of the plot, I want the plot to contain the data points embedded in it (like when you borrow a graph from Excel to Word).
3 Kommentare
Sandro Lecci
am 18 Jun. 2018
You might want to save the graphs to a vectorialized file (such as .eps), this allows you to keep the information regarding single data points.
Siehe auch
Kategorien
Mehr zu Printing and Saving finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!