MATLAB: Linearizing a Simscape model with Model Linearizer

controlcontrol designMATLAB and Simulink Student Suitemodel linearizerSimscapeSimscape Multibodysstheory

Dear community,
I´m trying to develop a model of a furuta pendulum with a DC motor in Simscape. Unfortunately I do struggle quite a lot with the Model Linearizer. As you can see from the screenshot, the tool creates five states of which the last one is completely unknown to me. When I click on it, the solver configurations block is highlighted, but I can´t figure out how it is related or how I can get rid of this state.
The aim is to implement a state feedback controller with the linearized model.
Does someone have an idea how to solve that problem?
The model is attached to this post if needed.

Best Answer

Hi Jooo
I am almost certain that state is the filter that you can check or uncheck in the solver configuration block when connecting 1D with 3D component. Unfortunately your attached model misses all the CAD files so it doesn't run or compile, so I cannot confirm it.
solver configuration block:
You had the right idea on how to setup the kinematic connection between Simscape 1D Motor and 3d Multibody joint, but there is a more refined variant of your method that may remove the need to filter between 1D and 3D. Look up this package on the file Exchange:
There are really nice example and there is even a DC Motor model that you can apply to your rotational joint:
When you work on a project with multiple files such as with CAD files for Multibody, I recommend to setup and work within a Project. Projects allow you to relate all files with one another and export a working environment as a single Project Archive, that other user can easily open and work with.
Hope this all helps, good luck!
Vasco