| New in Wolfram Mathematica 6: Language for Data Integration | ◄ previous | next ► |
Import Time Series in Many Formats
Mathematica 6 supports many time series formats, here one from electrophysiology.
In[1]:= | ListLinePlot[
Import["ExampleData/osas.edf.gz", {"RecordsData", 12, 1}],
PlotRange -> All] |
Out[1]= ![]() | ![]() |


