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

조회 수: 4 (최근 30일)
Jaideep verma
Jaideep verma 2020년 5월 11일
답변: Star Strider 2020년 5월 11일
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.

답변 (1개)

Star Strider
Star Strider 2020년 5월 11일
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.

카테고리

Help CenterFile Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by