Main Content
liftingStep
Description
returns an elementary
lifting step as a structure array with default field values. You can add the lifting step to
a Lstep
= liftingStepliftingScheme
object. For more information, see addlift
.
sets field values using name-value arguments. For example, Lstep
= liftingStep(Name,Value
)Lstep =
liftingStep('Type','update')
creates a lifting step of type
'update'
. You can specify multiple name-value arguments. Enclose each
field name in quotes.
Examples
Input Arguments
Output Arguments
Extended Capabilities
Version History
Introduced in R2021a