How difficult would creating this automated graphing program be?
Show older comments
Here is what I am trying to get going:
I have an excel sheet with a bunch of data collected in Labview. It is collected versus time and there are a series of events that occur at random times that I log. Overall I need to plot this data. What I want matlab to do:
Prompt the user with a gui menu that has:
1)Browse for file option: to select the data file from labview
2) Input timeline events (these can be as many as the user wants):
Name of Event:___________
Time occurred:____________ (in the same format as the excel sheet)
3) Create a graph that has the original data with the event names marked by either vertical lines on the graph or some sort of clear identifier that on this line plot of data these chunks are event 1 or 2 or 3 etc.
4) Also overlay on this graph a curve smoothing/ spline interpolation function
Is this possible and how difficult would it be to code? And is matlab the best solution for this or should i try and get it done in labview or something different? Right now I just use excel and it takes forever, when i would really like to automate things. These data files are very large, about 6hrs of data collected at 1 second.
Accepted Answer
More Answers (0)
Categories
Find more on LabVIEW 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!