resample
Resample simulation data onto new time vector
Syntax
Description
resamples the simulation data in newSimData = resample(simdata)simdata to a common time vector and
returns newSimData.
Note
When you run resample, existing observable expressions are
not reevaluated but resampled instead using the default (or specified) interpolation
method.
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.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2007b

