[Simulink] How can I integrate individual functions in a matrix using Simulink?

29 次查看(过去 30 天)
Hello.
I am new to Simulink so I apologize for the ambiguity of the question. I have a 1x3 matrix that contains functions that I need to integrate. Like so:
How can I integrate the individual functions using the integration block? Is there a block that allows me to simply extract each of the elements individually?
Sidenote: How do you change the color of the annotation arrows.

回答(1 个)

Kavya Vuriti
Kavya Vuriti 2020-3-24
Hi,
Simulink integrator block accepts array inputs and integrates each element of array individually. You can use demux block to separate the individual integrated outputs.
You can refer to the documentation links of integrator and demux blocks for more information.
To change colour of annotation arrows, refer this.
Hope this helps!!

类别

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

标签

Community Treasure Hunt

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

Start Hunting!

Translated by