How to publish MATLAB plots as graphs (including data points), and not just snapshots of the plot ?
조회 수: 15 (최근 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.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!