Extracting data points from subplots
Show older comments
Hi everybody.
I've run into a pretty big problem with saving data. I was running some tests with a few sensors and accidentally typed in %d\n instead of %d \n. Now I've lost part of my data and the data I did collect is all in one line (i.e. not separated by the \n).
I do however still have the figure pulled up. It has 3 subplots on it with 3 different data sets. These data sets are not predefined, however. I didn't simply plot them all at once, but rather as they came in from my sensors. I was wondering if there was a way to extract each data point from each subplot individually and store it in a neatly organized fashion.
Thanks!
Accepted Answer
More Answers (0)
Categories
Find more on MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!