Azzera filtri
Azzera filtri

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

4 visualizzazioni (ultimi 30 giorni)
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 ?

Risposta accettata

Sebastian Castro
Sebastian Castro il 29 Mag 2015
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

Più risposte (0)

Categorie

Scopri di più su Trimming and Linearization in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by