Dynamic Model unable to linearize because of multiple Sign blocks
11 views (last 30 days)
Show older comments
The dynamic model of a wheeled mobile robot is tried to be linearized using Linearization Manager. But it thows an error saying,
"The Simulink Model could not be linearized because the blocks listed below have individual linearizations with A,B,C or D matrices which are not finite. Either linearize at another operating point or remove the blocks."
And all the blocks are Sign blocks. Can anyone please help me out here?
1 Comment
Mathieu NOE
on 11 Jan 2023
hello
are yu trying to linearize a model around an operating point where your sign blocks are supposed to change sign quite often ? that may be hard to for the Linearization Manager to find a linear model in that case
otherwise you could try to send some small amplitude random noise on your input(s) , measure the output(s) and use matlab tfestimate to build a transfer function
See Also
Categories
Find more on Robotics in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!