How to publish MATLAB plots as graphs (including data points), and not just snapshots of the plot ?
조회 수: 21 (최근 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!