how to save a function or vector defined by a given plot

i ve plotted a graph using plot function, now i want this plot to be saved in a vector so that i can use it later on by combining it.

Antworten (1)

Star Strider
Star Strider am 11 Mai 2020

0 Stimmen

Use the savefig (or saveas) functions to save it as a .fig file. Everything about it, including the data used to create it, will be saved in the file. Gertting the information back from the file is not always straightforward, however it can be done with a few lines of code.

Kategorien

Mehr zu 2-D and 3-D Plots finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 11 Mai 2020

Beantwortet:

am 11 Mai 2020

Community Treasure Hunt

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

Start Hunting!

Translated by