I need to add this equation in simulink
2 次查看(过去 30 天)
显示 更早的评论
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1070175/image.png)
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 个评论
回答(1 个)
Abderrahim. B
2022-7-19
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 个评论
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 Center 和 File Exchange 中查找有关 General Applications 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!