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