Generating a plot from data saved in PDF format in Matlab

  • Context: MATLAB 
  • Thread starter Thread starter binbagsss
  • Start date Start date
  • Tags Tags
    Data Matlab Plot
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 1K views
binbagsss
Messages
1,291
Reaction score
12
Hi

I have saved data in pdf format, and I wish to generate a plot from this data.

The data is iterations of optimising some function.

I can't just copy and paste it into the live window obviously and then try to generate a figure, so how can I generate a figure, just as I would have done had this data been freshly generated in the live window by using the relevant commands directly underneath it.

Many thanks
 
Physics news on Phys.org
Paste the data into a text file, or into Excel then save as CSV or text, then load from the text file?
 
Ibix said:
Paste the data into a text file, or into Excel then save as CSV or text, then load from the text file?
and then if i past the code i previusly was, under the originally gerneated data, it will genreate the plots?
Could I paste this from the text file in the live window, or would i need to call upon this file?