How to publish MATLAB plots as graphs (including data points), and not just snapshots of the plot ?
20 次查看(过去 30 天)
显示 更早的评论
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 个评论
Sandro Lecci
2018-6-18
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.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Printing and Saving 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!