I need to add this equation in simulink
Show older comments

How to build a simulink model with this equation? I am not able to understand how the modulus of x and the x^3 will be in the model.
3 Comments
What is delta δ?
By the way, are you having trouble building the entire differential equation or just the absolute value term?
At first glance, it looks a nonlinear spring equation.
Anish Sundar Gowthaman
on 19 Jul 2022
Anish Sundar Gowthaman
on 19 Jul 2022
Answers (1)
Abderrahim. B
on 19 Jul 2022
0 votes
Hi !
- To implement x^3: use math block, open the block and change function to pow .
- To implement |x| , use abs block
Hope this helps
2 Comments
Anish Sundar Gowthaman
on 19 Jul 2022
Abderrahim. B
on 19 Jul 2022
@Anish Sundar Gowthaman there is a block called Product that you can use to do the multiplication of |X| and X^3 .
Categories
Find more on Get Started with Simulink 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!