How to publish MATLAB plots as graphs (including data points), and not just snapshots of the plot ?

15 vues (au cours des 30 derniers jours)
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 commentaires
Asit Kumar
Asit Kumar le 18 Juin 2018
I want to 'publish' the results (running the program with the 'Publish' button, not the run button). 'Saveas' saves the individual graphs and not in a document. The 'Publish' option auto-creates a doc/pdf file with all the graphs, but these graphs are images, not actual graphs. I want these graphs as actual graphs containing all data points (just like when a graph is copied from Excel to Word all data points are retained).
Sandro Lecci
Sandro Lecci le 18 Juin 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.

Connectez-vous pour commenter.

Réponses (1)

Stephen23
Stephen23 le 18 Juin 2018
Modifié(e) : Stephen23 le 18 Juin 2018

Community Treasure Hunt

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

Start Hunting!

Translated by