Main Content
linlftfold
Combine linearization results from specified blocks and model
Syntax
lin = linlftfold(lin_fixed,blocksubs)
Description
lin = linlftfold(lin_fixed,blocksubs)
combines
the following linearization results into one linear model lin
:
Linear model
lin_fixed
, which does not include the contribution of specified blocks in your Simulink® model.Compute
lin_fixed
usinglinlft
.Block linearizations for the blocks excluded from
lin_fixed
You specify the block linearizations in a structure array
blocksubs
, which contains two fields:'Name'
is a character vector or string specifying the block path of the Simulink block to replace.'Value'
is the value of the linearization for each block.
Examples
Version History
Introduced in R2009b