
2 Importing, Viewing, and Preprocessing Data
2-24
Saving the Results
By clicking the Save to workspace button, you can save a smoothed data set
as a structure to the MATLAB workspace. This example saves the moving
average results contained in the
enso (ma) data set.
The saved structure contains the original predictor data
x and the smoothed
data
y.
smootheddata1
smootheddata1 =
x: [168x1 double]
y: [168x1 double]
Kommentare zu diesen Handbüchern