What does mean the Linearization Delta in the block mechanism configuration of the simmechanics library

4 次查看(过去 30 天)
I was wondering what the linearization delta was for in the block mechanism configuration of simulink. Have anyone a more extensive explanation as the one given in the help browser ?

采纳的回答

Sebastian Castro
Sebastian Castro 2015-5-29
From the documentation: Perturbation value for computing numerical partial derivatives during linearization. The default value is 0.001.
Linearization is basically a way of finding the slope of a function. Many Simulink blocks have pre-programmed slopes -- for example, we can easily know that the slope of a Sine block is a cosine function. We call this approach analytical linearization.
When a block does not have an analytical slope, Simulink will use a numerical approach. Here, the gradients are approximated by sampling a few values near an operating point and computing the slope between those values. The linearization delta therefore denotes how far from the operating point your numerical linearization algorithm searches when it looks at SimMechanics blocks.
You can also refer to the "Perturbation of Individual Blocks" section here.
- Sebastian

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Trimming and Linearization 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by