I need to add this equation in simulink

2 次查看(过去 30 天)
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 个评论
Anish Sundar Gowthaman
The term |X|X^3 alone. I don't know to build this part. Is it possible for you to show in a drawing? Like as in blocks

请先登录,再进行评论。

回答(1 个)

Abderrahim. B
Abderrahim. B 2022-7-19
Hi !
  1. To implement x^3: use math block, open the block and change function to pow .
  2. To implement |x| , use abs block
Hope this helps
  2 个评论
Anish Sundar Gowthaman
@Abderrahim BELISSAOUI Yes I understand that . Should it be like this, The |X| should be before X^3 or after that
Abderrahim. B
Abderrahim. B 2022-7-19
@Anish Sundar Gowthaman there is a block called Product that you can use to do the multiplication of |X| and X^3 .

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 General Applications 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by