Resample simulation data onto new time vector
resamples the simulation data in newSimData
= resample(simdata
)simdata
to a common time vector and
returns newSimData
.
resamples the simulation data to the specified time vector
newSimData
= resample(simdata
,timeVector
)timeVector
.
resamples the simulation data using the specified interpolation
newSimData
= resample(simdata
,timeVector
,method
)method
.