[Simulink] How can I integrate individual functions in a matrix using Simulink?
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/271049/image.png)
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.
0 commentaires
Réponses (1)
Kavya Vuriti
le 24 Mar 2020
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.
Hope this helps!!
0 commentaires
Voir également
Catégories
En savoir plus sur Simulink Functions dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!