writing/exporting a plot into a file

5 ビュー (過去 30 日間)
Ian Bunker
Ian Bunker 2021 年 5 月 12 日
コメント済み: Walter Roberson 2021 年 7 月 28 日
Hi,
I currently have a program that uses the plot function to generate a graph. I would like to write the graph into a document. I am very new to matlab and coding in general, and so far have been unable to locate the relevant documentation.

採用された回答

Walter Roberson
Walter Roberson 2021 年 5 月 12 日
  2 件のコメント
Ian Bunker
Ian Bunker 2021 年 5 月 12 日
編集済み: Ian Bunker 2021 年 5 月 12 日
These links have been really helpful, I also have been looking at the ones mentioned here about putting multiple pdfs into one document. https://www.mathworks.com/matlabcentral/answers/745882-multiple-plots-to-one-pdf
You may be able to clarify something,
When I plot something say plot(x, y) I get a figure (graph that I can view), but as far as I understand plot(x, y) is not an obj. Since an obj is any type of axes, figure, etc. Therefore something like
exportgraphics(plot(x, y), 'filenamehere.pdf');
is invalid (to my understanding).
If I had two columnar vectors (arrays) x and y and I wanted to use export graphics I would need to somehow turn them into an obj (a broad term). What type of function or command would I utilize to accomplish this?
Walter Roberson
Walter Roberson 2021 年 7 月 28 日
plot() returns an array of "primitive chart line" objects. Surfaces, images, lines, patches, text, are the traditional low level objects; there are now a lot of additional low level objects built around a new layer of even lower level objects

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangePrinting and Saving についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by